diff --git a/.github/workflows/validations.yaml b/.github/workflows/validations.yaml index 111d697..f706352 100644 --- a/.github/workflows/validations.yaml +++ b/.github/workflows/validations.yaml @@ -20,7 +20,7 @@ jobs: with: go-version: ${{ env.GO_VERSION }} - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Restore tool cache id: tool-cache @@ -53,7 +53,7 @@ jobs: with: go-version: ${{ env.GO_VERSION }} - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Restore tool cache id: tool-cache