diff --git a/.github/workflows/deploy-live.yml b/.github/workflows/deploy-live.yml index 3efc33b..b98a14d 100644 --- a/.github/workflows/deploy-live.yml +++ b/.github/workflows/deploy-live.yml @@ -55,7 +55,7 @@ jobs: submodules: true fetch-depth: 0 - name: Setup Go - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version: ${{ env.GO_VERSION }} cache: false diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index 84d1d4f..7e11ff3 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -34,7 +34,7 @@ jobs: submodules: true fetch-depth: 0 - name: Setup Go - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version: ${{ env.GO_VERSION }} cache: false