diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 8605819..8bccf97 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -18,7 +18,7 @@ jobs: with: go-version: ${{ matrix.go-version }} - name: Check out code into the Go module directory - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Get dependencies run: go mod download - name: Build diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7f518b6..bfa2c7e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: goos: [linux, windows, darwin] goarch: [amd64, arm64] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: wangyoucao577/go-release-action@v1 with: github_token: ${{ secrets.GITHUB_TOKEN }} @@ -28,7 +28,7 @@ jobs: name: Build and push Docker image to GHCR runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Build and Push Container to ghcr.io uses: mr-smithers-excellent/docker-build-push@v7 with: