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 }}