diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0d0c029..74b68de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.4 + - uses: actions/checkout@v4.1.6 with: fetch-depth: 0 lfs: true @@ -25,7 +25,7 @@ jobs: # https://docs.npmjs.com/generating-provenance-statements#publishing-packages-with-provenance-via-github-actions id-token: write steps: - - uses: actions/checkout@v4.1.4 + - uses: actions/checkout@v4.1.6 with: fetch-depth: 0 lfs: true