diff --git a/.github/workflows/pr_test.yml b/.github/workflows/pr_test.yml index 4a136c911..be69881d2 100644 --- a/.github/workflows/pr_test.yml +++ b/.github/workflows/pr_test.yml @@ -24,7 +24,7 @@ jobs: with: fetch-depth: 0 - name: Set up Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version: stable - name: restore_cache