From 94a70a668b6e9b0881d97155629d00714646f072 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 16:14:34 +0000 Subject: [PATCH] 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] --- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/release.yml | 6 +++--- .github/workflows/sync-code-atomgit.yml | 2 +- .github/workflows/sync-code.yml | 2 +- .github/workflows/sync-release-atomgit.yml | 2 +- .github/workflows/sync-release.yml | 2 +- .github/workflows/test.yml | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 0e599a11..a31ef72d 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -38,7 +38,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install Go uses: actions/setup-go@v6 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7b340571..c8f6ddfc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: - run: git config --global --add safe.directory /__w/nezha/nezha - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Prepare frontends' dists run: | @@ -60,7 +60,7 @@ jobs: - name: Cache zstd for s390x if: matrix.goarch == 's390x' id: cache-zstd - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: /tmp/zstd-s390x key: zstd-s390x-v1.5.7 @@ -178,7 +178,7 @@ jobs: needs: build name: Release Docker images steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Download artifacts uses: actions/download-artifact@v8 diff --git a/.github/workflows/sync-code-atomgit.yml b/.github/workflows/sync-code-atomgit.yml index ffc40d68..c08b56af 100644 --- a/.github/workflows/sync-code-atomgit.yml +++ b/.github/workflows/sync-code-atomgit.yml @@ -8,7 +8,7 @@ jobs: sync-code-to-atomgit: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: adambirds/sync-github-to-gitlab-action@v1.1.0 with: destination_repository: git@atomgit.com:naiba/nezha-dashboard.git diff --git a/.github/workflows/sync-code.yml b/.github/workflows/sync-code.yml index 718ee41d..2c0e9d6c 100644 --- a/.github/workflows/sync-code.yml +++ b/.github/workflows/sync-code.yml @@ -8,7 +8,7 @@ jobs: sync-to-jihulab: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: adambirds/sync-github-to-gitlab-action@v1.1.0 with: destination_repository: git@gitee.com:naibahq/nezha.git diff --git a/.github/workflows/sync-release-atomgit.yml b/.github/workflows/sync-release-atomgit.yml index 6c58d0a1..80821f2f 100644 --- a/.github/workflows/sync-release-atomgit.yml +++ b/.github/workflows/sync-release-atomgit.yml @@ -10,7 +10,7 @@ jobs: env: ATOMGIT_PAT: ${{ secrets.ATOMGIT_PAT }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Sync to AtomGit run: | pip3 install PyGitHub diff --git a/.github/workflows/sync-release.yml b/.github/workflows/sync-release.yml index 6d5d6b6c..747a32e0 100644 --- a/.github/workflows/sync-release.yml +++ b/.github/workflows/sync-release.yml @@ -10,7 +10,7 @@ jobs: env: GITEE_TOKEN: ${{ secrets.GITEE_TOKEN }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Sync to Gitee run: | pip3 install PyGitHub diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 74c408cd..0dba55c9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,7 @@ jobs: env: GO111MODULE: on steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-go@v6 with: