chore(deps): bump the github-actions group with 2 updates

Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions/cache](https://github.com/actions/cache).


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)

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](https://github.com/actions/cache/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/cache
  dependency-version: '6'
  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-23 16:14:34 +00:00
committed by GitHub
parent d750fa035d
commit 94a70a668b
7 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ jobs:
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v6 uses: actions/checkout@v7
- name: Install Go - name: Install Go
uses: actions/setup-go@v6 uses: actions/setup-go@v6
+3 -3
View File
@@ -33,7 +33,7 @@ jobs:
- run: git config --global --add safe.directory /__w/nezha/nezha - run: git config --global --add safe.directory /__w/nezha/nezha
- uses: actions/checkout@v6 - uses: actions/checkout@v7
- name: Prepare frontends' dists - name: Prepare frontends' dists
run: | run: |
@@ -60,7 +60,7 @@ jobs:
- name: Cache zstd for s390x - name: Cache zstd for s390x
if: matrix.goarch == 's390x' if: matrix.goarch == 's390x'
id: cache-zstd id: cache-zstd
uses: actions/cache@v5 uses: actions/cache@v6
with: with:
path: /tmp/zstd-s390x path: /tmp/zstd-s390x
key: zstd-s390x-v1.5.7 key: zstd-s390x-v1.5.7
@@ -178,7 +178,7 @@ jobs:
needs: build needs: build
name: Release Docker images name: Release Docker images
steps: steps:
- uses: actions/checkout@v6 - uses: actions/checkout@v7
- name: Download artifacts - name: Download artifacts
uses: actions/download-artifact@v8 uses: actions/download-artifact@v8
+1 -1
View File
@@ -8,7 +8,7 @@ jobs:
sync-code-to-atomgit: sync-code-to-atomgit:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v6 - uses: actions/checkout@v7
- uses: adambirds/sync-github-to-gitlab-action@v1.1.0 - uses: adambirds/sync-github-to-gitlab-action@v1.1.0
with: with:
destination_repository: git@atomgit.com:naiba/nezha-dashboard.git destination_repository: git@atomgit.com:naiba/nezha-dashboard.git
+1 -1
View File
@@ -8,7 +8,7 @@ jobs:
sync-to-jihulab: sync-to-jihulab:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v6 - uses: actions/checkout@v7
- uses: adambirds/sync-github-to-gitlab-action@v1.1.0 - uses: adambirds/sync-github-to-gitlab-action@v1.1.0
with: with:
destination_repository: git@gitee.com:naibahq/nezha.git destination_repository: git@gitee.com:naibahq/nezha.git
+1 -1
View File
@@ -10,7 +10,7 @@ jobs:
env: env:
ATOMGIT_PAT: ${{ secrets.ATOMGIT_PAT }} ATOMGIT_PAT: ${{ secrets.ATOMGIT_PAT }}
steps: steps:
- uses: actions/checkout@v6 - uses: actions/checkout@v7
- name: Sync to AtomGit - name: Sync to AtomGit
run: | run: |
pip3 install PyGitHub pip3 install PyGitHub
+1 -1
View File
@@ -10,7 +10,7 @@ jobs:
env: env:
GITEE_TOKEN: ${{ secrets.GITEE_TOKEN }} GITEE_TOKEN: ${{ secrets.GITEE_TOKEN }}
steps: steps:
- uses: actions/checkout@v6 - uses: actions/checkout@v7
- name: Sync to Gitee - name: Sync to Gitee
run: | run: |
pip3 install PyGitHub pip3 install PyGitHub
+1 -1
View File
@@ -23,7 +23,7 @@ jobs:
env: env:
GO111MODULE: on GO111MODULE: on
steps: steps:
- uses: actions/checkout@v6 - uses: actions/checkout@v7
- uses: actions/setup-go@v6 - uses: actions/setup-go@v6
with: with: