diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-08-19 02:44:37 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-19 02:44:37 +0000 |
commit | d8213f6598d432882cc648dfa1067e815fb398d6 (patch) | |
tree | c408573b369928206a9dd72e48197572b3364e79 /.github | |
parent | 3bdcc36f03ffca8b4f5b9de4dd05210e4d277bd4 (diff) | |
download | nextcloud-server-d8213f6598d432882cc648dfa1067e815fb398d6.tar.gz nextcloud-server-d8213f6598d432882cc648dfa1067e815fb398d6.zip |
chore(deps): Bump actions/github-script from 5 to 6
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>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/performance.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index 30bb9fd6199..b545e265e46 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -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}} |