Skip to content

Commit 6eea899

Browse files
ci: bump the github-actions group with 2 updates (#27)
Bumps the github-actions group with 2 updates: [actions/cache](https://github.com/actions/cache) and [actions/github-script](https://github.com/actions/github-script). Updates `actions/cache` from 5 to 6 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5...v6) Updates `actions/github-script` from 8 to 9 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v8...v9) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bda218c commit 6eea899

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
path: coverage
8787
# Cache the scanner CLI + analyzer/JRE so it isn't re-downloaded each run.
8888
- name: Cache SonarQube scanner
89-
uses: actions/cache@v5
89+
uses: actions/cache@v6
9090
with:
9191
path: ~/.sonar/cache
9292
key: ${{ runner.os }}-sonar
@@ -201,7 +201,7 @@ jobs:
201201
# `environment:` key on purpose: an environment would change the OIDC subject claim and break
202202
# trusted publishing unless mirrored in npmjs.com's trusted-publisher settings.
203203
- name: Record npm deployment
204-
uses: actions/github-script@v8
204+
uses: actions/github-script@v9
205205
with:
206206
script: |
207207
const { version } = require(`${process.env.GITHUB_WORKSPACE}/package.json`);

0 commit comments

Comments
 (0)