diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 6a6258e..a8814eb 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@v3.2.0 + uses: actions/checkout@v3.3.0 with: fetch-depth: 0 lfs: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 33d37ed..3291072 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@v3.2.0 + uses: actions/checkout@v3.3.0 with: fetch-depth: 0 lfs: true