1
0
Fork 0
mirror of https://github.com/imjasonh/gcp-metrics-action synced 2026-07-07 00:22:45 +00:00

Bump actions/checkout from 5 to 6

Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-11-24 17:47:59 +00:00 committed by GitHub
parent 56baa7e9e3
commit 1b43a71b66
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:

View file

@ -17,7 +17,7 @@ jobs:
steps:
# ⚠️ When using credentials_json, you must check out the code first!!
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
# For pull_request_target, checkout the PR head to test the PR's code
ref: ${{ github.event.pull_request.head.sha || github.sha }}