diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 5066df4..fdb08a2 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -15,7 +15,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@v3 + uses: actions/checkout@v4 - run: make bootstrap-tools # TODO: fix all linters diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 94eecfb..b46c0d8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Run GoReleaser uses: goreleaser/goreleaser-action@v4