diff --git a/.github/workflows/new_version.yml b/.github/workflows/new_version.yml index b107188..fb1473c 100644 --- a/.github/workflows/new_version.yml +++ b/.github/workflows/new_version.yml @@ -20,7 +20,7 @@ jobs: remove-codeql: true remove-docker-images: true - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: recursive fetch-depth: 0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 50d06a5..03fc4ae 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: remove-codeql: true remove-docker-images: true - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: recursive fetch-depth: 0 @@ -85,7 +85,7 @@ jobs: remove-codeql: true remove-docker-images: true - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: recursive fetch-depth: 0