aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-11-18 02:54:11 +0000
committerGitHub <noreply@github.com>2023-11-18 02:54:11 +0000
commit56bda62bc1f1287d47cd3eb0a8faadbc55c4a9ad (patch)
treee5817febdd01d1460d419e66e45b3474e94c71f3 /.github/workflows
parent65248b09328bce083ea828d81b383278a28556e1 (diff)
downloadnextcloud-server-56bda62bc1f1287d47cd3eb0a8faadbc55c4a9ad.tar.gz
nextcloud-server-56bda62bc1f1287d47cd3eb0a8faadbc55c4a9ad.zip
chore(deps): Bump actions/github-script from 6 to 7
Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v6...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>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/performance.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml
index d47fc6c7f84..b646af00fc2 100644
--- a/.github/workflows/performance.yml
+++ b/.github/workflows/performance.yml
@@ -89,7 +89,7 @@ jobs:
before.json
after.json
- - uses: actions/github-script@v6
+ - uses: actions/github-script@v7
if: failure() && steps.compare.outcome == 'failure'
with:
github-token: ${{secrets.GITHUB_TOKEN}}