From 6b10f3000a9f38dd1750e622bbe89baafc58a340 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 00:12:05 +0000 Subject: [PATCH] chore(deps): update github actions to v7 --- .github/workflows/ci.yml | 6 +++--- .github/workflows/release.yml | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4ff782a2..3c977375 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,13 +17,13 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Just uses: extractions/setup-just@v4 - name: Set up Go - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version: "1.26" # Without this, setup-go keeps the runner image's PREINSTALLED Go when it @@ -81,7 +81,7 @@ jobs: run: go test -v -race -coverprofile=coverage.out ./... - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.out diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d1fd90a4..b477a6ad 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,12 +25,12 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 # goreleaser needs full history + tags - name: Set up Go - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version: "1.26" # Match ci.yml: build released binaries with the newest 1.26 patch rather @@ -40,7 +40,7 @@ jobs: cache-dependency-path: go.sum - name: Run goreleaser - uses: goreleaser/goreleaser-action@v6 + uses: goreleaser/goreleaser-action@v7 with: distribution: goreleaser version: "~> v2" @@ -56,7 +56,7 @@ jobs: # downloadable workflow artifacts instead. - name: Upload snapshot artifacts if: github.event_name == 'workflow_dispatch' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: tskflwctl-snapshot path: |