chore(deps): bump actions/checkout in the github-actions group

Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout).


Updates `actions/checkout` from 6 to 7
- [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/v6...v7)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-06-20 08:08:14 +08:00
committed by naiba
parent 4d17b2e018
commit 318e68c3da
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v6 uses: actions/checkout@v7
with: with:
fetch-depth: 0 fetch-depth: 0
ref: ${{ github.head_ref }} ref: ${{ github.head_ref }}
+2 -2
View File
@@ -35,12 +35,12 @@ jobs:
steps: steps:
- name: Checkout admin-frontend - name: Checkout admin-frontend
uses: actions/checkout@v6 uses: actions/checkout@v7
with: with:
path: admin-frontend path: admin-frontend
- name: Checkout nezha backend - name: Checkout nezha backend
uses: actions/checkout@v6 uses: actions/checkout@v7
with: with:
repository: ${{ env.NEZHA_REPO }} repository: ${{ env.NEZHA_REPO }}
ref: ${{ env.NEZHA_REF }} ref: ${{ env.NEZHA_REF }}
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
contents: write contents: write
steps: steps:
- name: Check out code - name: Check out code
uses: actions/checkout@v6 uses: actions/checkout@v7
with: with:
fetch-depth: 0 fetch-depth: 0