diff --git a/.github/workflows/x.yml b/.github/workflows/x.yml index 9be1e46..a0e83d8 100644 --- a/.github/workflows/x.yml +++ b/.github/workflows/x.yml @@ -18,7 +18,7 @@ jobs: - name: Fetch base ref for PR if: github.event_name == 'pull_request' run: git fetch origin ${{ github.base_ref }}:refs/remotes/origin/${{ github.base_ref }} - - uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 + - uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0 with: go-version-file: 'go.mod' - name: Run tests