Skip to content

Commit 96296c6

Browse files
committed
chore(deps): update actions/github-script action to v7
| datasource | package | from | to | | ----------- | --------------------- | ------ | ------ | | github-tags | actions/github-script | v6.4.1 | v7.0.1 |
1 parent 26e2cd1 commit 96296c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr_cockpit-web.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- run: yarn --cwd web run format --check
3535
- name: Git Diff showed uncommitted changes
3636
if: ${{ failure() }}
37-
uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
37+
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
3838
with:
3939
script: |
4040
core.setFailed('web/ contains unformatted code, run `pnpm prettier . --write` and re-commit!')

.github/workflows/pr_cockpit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969

7070
- name: Helm Charts not up-to-date
7171
if: ${{ failure() }}
72-
uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
72+
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
7373
with:
7474
script: |
7575
core.setFailed('Committed Helm charts were not up to date, please regenerate and re-commit!')

0 commit comments

Comments
 (0)