]> source.dussan.org Git - nextcloud-server.git/commitdiff
chore(deps): Bump actions/github-script from 5 to 6 39975/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sat, 19 Aug 2023 02:44:37 +0000 (02:44 +0000)
committerGitHub <noreply@github.com>
Sat, 19 Aug 2023 02:44:37 +0000 (02:44 +0000)
Bumps [actions/github-script](https://github.com/actions/github-script) from 5 to 6.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v5...v6)

---
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>
.github/workflows/performance.yml

index 30bb9fd61991c8a03a79c79cccd411b7cafa642b..b545e265e46e9e53389820bcd8b654a77359b0ae 100644 (file)
@@ -86,7 +86,7 @@ jobs:
             before.json
             after.json
 
-      - uses: actions/github-script@v5
+      - uses: actions/github-script@v6
         if: failure() && steps.compare.outcome == 'failure'
         with:
           github-token: ${{secrets.GITHUB_TOKEN}}