diff --git a/.github/workflows/new_version.yaml b/.github/workflows/new_version.yaml index c53799ce..aeea9676 100644 --- a/.github/workflows/new_version.yaml +++ b/.github/workflows/new_version.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-24.04-arm steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: submodules: recursive fetch-depth: 0 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e0720fcf..88c53644 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-24.04-arm steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Build run: | sudo apt-get update @@ -37,7 +37,7 @@ jobs: if: github.event_name != 'pull_request' && github.event_name != 'merge_group' && github.ref_name == 'main' steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - uses: actions/download-artifact@v5 with: name: ${{ github.event.repository.name }}