diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 0f494f7..1d71cb0 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -17,7 +17,7 @@ jobs: nbgv: ${{ steps.nbgv.outputs.SemVer2 }} steps: - name: Checkout - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.4.0 with: fetch-depth: 0 lfs: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 766bbbd..a9d9bed 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: nbgv: ${{ steps.nbgv.outputs.SemVer2 }} steps: - name: Checkout - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.4.0 with: fetch-depth: 0 lfs: true