diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index 502e442..ab386ea 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -28,7 +28,7 @@ jobs: persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token fetch-depth: 0 # otherwise, you will failed to push refs to dest repo - name: Setup Go environment - uses: actions/setup-go@v6.5.0 + uses: actions/setup-go@v7.0.0 with: go-version: "stable" - name: Run boot diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 6dd3ec8..d9f6749 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v7 - name: Set up Go - uses: actions/setup-go@v6.5.0 + uses: actions/setup-go@v7.0.0 with: go-version: "stable"