From 8ea09d85ff14cc591156fce642bfcdfbbdf3c6f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 07:45:30 +0000 Subject: [PATCH] ci(workflow): bump actions/github-script from 6.4.1 to 7.0.0 Bumps [actions/github-script](https://github.com/actions/github-script) from 6.4.1 to 7.0.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v6.4.1...v7.0.0) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/fuzz-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fuzz-test.yaml b/.github/workflows/fuzz-test.yaml index 1b440add..02c919b9 100644 --- a/.github/workflows/fuzz-test.yaml +++ b/.github/workflows/fuzz-test.yaml @@ -33,7 +33,7 @@ jobs: name: testdata path: pkg/registry/testdata - name: Report failure - uses: actions/github-script@v6.4.1 + uses: actions/github-script@v7.0.0 if: failure() && github.event_name == 'pull_request' with: script: |