diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c3ebdd0..55dd9f1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: - name: Build subcommand: build --release --all-features --verbose steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Stable with rustfmt and clippy uses: dtolnay/rust-toolchain@stable with: diff --git a/.github/workflows/release-plz.yml b/.github/workflows/release-plz.yml index 8e38f1e..ca9dedf 100644 --- a/.github/workflows/release-plz.yml +++ b/.github/workflows/release-plz.yml @@ -18,7 +18,7 @@ jobs: steps: - &checkout name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 persist-credentials: true