diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index e8dea84..fdaff45 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -19,7 +19,7 @@ jobs: id: go-version run: echo "version=$(grep -oP '(?<=golang:)\S+' ../go/Dockerfile)" >> "$GITHUB_OUTPUT" - - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c + - uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e with: go-version: ${{ steps.go-version.outputs.version }} cache-dependency-path: .github/mirror/go.sum