diff --git a/.github/workflows/auto-update-repo.yml b/.github/workflows/auto-update-repo.yml index 6138aba..b3d1a1a 100644 --- a/.github/workflows/auto-update-repo.yml +++ b/.github/workflows/auto-update-repo.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v4 # Checks out your repository under $GITHUB_WORKSPACE. - name: Setup Go - uses: actions/setup-go@v5 # Sets up Go environment. + uses: actions/setup-go@v6 # Sets up Go environment. with: go-version-file: "go.mod" # Reads Go version from 'go.mod'. cache: true # Caches downloaded Go modules.