diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 5c3e551..08182e9 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -18,7 +18,7 @@ jobs: name: Extract crate metadata runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Extract crate information id: crate_metadata run: | @@ -43,7 +43,7 @@ jobs: - uses: dtolnay/rust-toolchain@nightly with: components: rustfmt - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - run: cargo fmt -- --check # min_version: @@ -90,7 +90,7 @@ jobs: BUILD_CMD: cargo steps: - name: Checkout source code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install prerequisites shell: bash diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5247a6f..c4d23e9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: contents: write steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0