diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 0acd32e..a241ba8 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -40,7 +40,7 @@ jobs: # vs where release - name: Checkout - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v4.3.0 with: fetch-depth: 0 lfs: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2783cf5..2f76277 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,7 +40,7 @@ jobs: # vs where release - name: Checkout - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v4.3.0 with: fetch-depth: 0 lfs: true