diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c2bfdee..67acbdb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: # re-added here only at release-cut time via a separate workflow. runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-go@v6 with: go-version-file: go.mod @@ -41,7 +41,7 @@ jobs: name: golangci-lint runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-go@v6 with: go-version-file: go.mod @@ -63,7 +63,7 @@ jobs: # container starts, prints usage, exits, and the healthcheck never # passes. Explicit docker run lets us pass the command directly. steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-go@v6 with: go-version-file: go.mod diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7b53d0f..1a44a65 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: release: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: # goreleaser needs the full history to compute changelogs # and find the previous tag for diff-style release notes.