diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 961e5bd..de926bb 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -22,7 +22,7 @@ jobs: go-version: stable - name: Check out code into the Go module directory - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: ${{ github.event.pull_request.head.sha }} diff --git a/.github/workflows/misspell.yml b/.github/workflows/misspell.yml index dd78a83..3b647a6 100644 --- a/.github/workflows/misspell.yml +++ b/.github/workflows/misspell.yml @@ -22,7 +22,7 @@ jobs: go-version: stable - name: Check out code into the Go module directory - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: ${{ github.event.pull_request.head.sha }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cfd4e85..8e6a3df 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 ref: ${{ github.event.pull_request.head.sha }}