diff --git a/.github/workflows/validations.yaml b/.github/workflows/validations.yaml index 0d3c593..16fc131 100644 --- a/.github/workflows/validations.yaml +++ b/.github/workflows/validations.yaml @@ -18,7 +18,7 @@ jobs: with: go-version: ${{ env.GO_VERSION }} - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Restore tool cache id: tool-cache @@ -55,7 +55,7 @@ jobs: with: go-version: ${{ env.GO_VERSION }} - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: lfs: true