Skip to content

Commit

Permalink
ci(workflow): bump actions/github-script from 7.0.0 to 7.0.1
Browse files Browse the repository at this point in the history
Bumps [actions/github-script](https://github.com/actions/github-script) from 7.0.0 to 7.0.1.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@v7.0.0...v7.0.1)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and stigok committed Nov 20, 2023
1 parent 429c39e commit 971c6ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fuzz-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
name: testdata
path: pkg/registry/testdata
- name: Report failure
uses: actions/[email protected].0
uses: actions/[email protected].1
if: failure() && github.event_name == 'pull_request'
with:
script: |
Expand Down

0 comments on commit 971c6ea

Please sign in to comment.