From b5fc406ebf5d9d4e1e5317a9ca85f2e169c5cccc Mon Sep 17 00:00:00 2001 From: Sami Date: Thu, 20 Aug 2026 14:21:16 +0000 Subject: [PATCH] .github: upgrade Actions Upgrade GitHub Actions to the latest version. Signed-off-by: Sami --- .github/workflows/go-linter.yml | 2 +- .github/workflows/upgrade-actions.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go-linter.yml b/.github/workflows/go-linter.yml index a6b72e4..d211031 100644 --- a/.github/workflows/go-linter.yml +++ b/.github/workflows/go-linter.yml @@ -30,7 +30,7 @@ jobs: repository: nspcc-dev/.github path: nspcc-gh - - uses: actions/setup-go@v6 + - uses: actions/setup-go@v7 with: go-version-file: ${{ inputs.workdir }}/go.mod cache-dependency-path: ${{ inputs.workdir }}/go.sum diff --git a/.github/workflows/upgrade-actions.yml b/.github/workflows/upgrade-actions.yml index 2063370..28cf38e 100644 --- a/.github/workflows/upgrade-actions.yml +++ b/.github/workflows/upgrade-actions.yml @@ -32,7 +32,7 @@ jobs: - repo: dot-hugo steps: - name: Clone repo - uses: actions/checkout@v5 + uses: actions/checkout@v7 with: repository: nspcc-dev/${{matrix.repo}} token: ${{ secrets.SAMI_GHACTION_UPGRADE_TOKEN }}