diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d27f213..41c280a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -30,7 +30,7 @@ jobs: submodules: recursive 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/lint-build.yml b/.github/workflows/lint-build.yml index bdbff9d..d6fe1b3 100644 --- a/.github/workflows/lint-build.yml +++ b/.github/workflows/lint-build.yml @@ -64,7 +64,7 @@ jobs: uses: actions/checkout@v7 - name: Install Go - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version: "stable"