diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a6457fb..af2d498 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: name: Build and push to ghcr.io runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: # Tags drive the VERSION ldflag; need full history so # `git describe --tags` resolves on a tagged build. diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 938fd2d..95da38d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: name: go test + gofmt + vet runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - uses: actions/setup-go@v6 with: @@ -38,7 +38,7 @@ jobs: runs-on: ubuntu-latest needs: test steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - uses: docker/setup-buildx-action@v4 - name: Build image (no push) uses: docker/build-push-action@v7