diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index cf01685..8f31528 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -33,7 +33,7 @@ jobs: vs where release - name: Checkout - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v6.1.0 with: fetch-depth: 0 lfs: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 77c510d..fc3ea22 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: vs where release - name: Checkout - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v6.1.0 with: fetch-depth: 0 lfs: true