Skip to content

Commit

Permalink
build(deps): bump actions/github-script from 4 to 7
Browse files Browse the repository at this point in the history
Bumps [actions/github-script](https://github.com/actions/github-script) from 4 to 7.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@v4...v7)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 20, 2023
1 parent afd2eea commit a09caca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
cat coverage.txt >> $GITHUB_ENV
echo "EOF" >> $GITHUB_ENV
- uses: actions/github-script@v4
- uses: actions/github-script@v7
if: github.event_name == 'pull_request'
continue-on-error: true
env:
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
cat benchmark.txt >> $GITHUB_ENV
echo "EOF" >> $GITHUB_ENV
- uses: actions/github-script@v4
- uses: actions/github-script@v7
if: github.event_name == 'pull_request'
continue-on-error: true
env:
Expand Down

0 comments on commit a09caca

Please sign in to comment.