diff --git a/.github/workflows/gorelease.yml b/.github/workflows/gorelease.yml index 83bcadaf..cc3d5ffd 100644 --- a/.github/workflows/gorelease.yml +++ b/.github/workflows/gorelease.yml @@ -20,7 +20,7 @@ jobs: with: go-version: ${{ env.GO_VERSION }} - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Gorelease cache uses: actions/cache@v3 with: diff --git a/.github/workflows/release-assets.yml b/.github/workflows/release-assets.yml index c4da102c..4de7eaa0 100644 --- a/.github/workflows/release-assets.yml +++ b/.github/workflows/release-assets.yml @@ -17,7 +17,7 @@ jobs: with: go-version: 1.20.x - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Build artifacts run: | make artifacts diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a1dd889a..c1fd4134 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: with: go-version: ${{ matrix.go-version }} - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Go cache uses: actions/cache@v3 with: