Skip to content

Commit 7342cfa

Browse files
chore(deps): bump actions/github-script from 6 to 7 (#2197)
Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v6...v7) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7c338b2 commit 7342cfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
- name: Fail job due to pinning failure
152152
# only fail if pinning failed for main commits
153153
if: github.ref == 'refs/heads/main' && steps.pin-w3up.outcome == 'failure' && steps.pin-cluster.outcome == 'failure'
154-
uses: actions/github-script@v6
154+
uses: actions/github-script@v7
155155
with:
156156
script: |
157157
core.setFailed('Pinning did not succeed')

0 commit comments

Comments
 (0)