diff --git a/.github/workflows/new_version.yml b/.github/workflows/new_version.yml index ba79864..b818371 100644 --- a/.github/workflows/new_version.yml +++ b/.github/workflows/new_version.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: submodules: recursive fetch-depth: 0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7937c12..f617aec 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: submodules: recursive fetch-depth: 0 @@ -59,7 +59,7 @@ jobs: if: ${{ github.event_name != 'pull_request' && github.ref_name == 'main' }} steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: submodules: recursive fetch-depth: 0