diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f2dff4..39f1365 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.6 + - uses: actions/checkout@v4.2.0 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.6 + - uses: actions/checkout@v4.2.0 with: fetch-depth: 0 lfs: true