From 3271422cd9dd3dd253a2453918ba4b672b27edea Mon Sep 17 00:00:00 2001 From: "bootc-bot[bot]" <225049296+bootc-bot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 17:08:19 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 Signed-off-by: bootc-bot[bot] <225049296+bootc-bot[bot]@users.noreply.github.com> --- .github/workflows/ci.yaml | 4 ++-- .github/workflows/cratesio-release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e6db5fc..f273b23 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -27,7 +27,7 @@ jobs: os: [ubuntu-latest] steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: ${{ github.event.pull_request.head.sha }} fetch-depth: 20 @@ -44,7 +44,7 @@ jobs: - name: cargo clippy (non-gating) run: cargo clippy - name: Checkout ostree-rs-ext - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: repository: ostreedev/ostree-rs-ext path: ostree-rs-ext diff --git a/.github/workflows/cratesio-release.yml b/.github/workflows/cratesio-release.yml index 20eaa4e..294789f 100644 --- a/.github/workflows/cratesio-release.yml +++ b/.github/workflows/cratesio-release.yml @@ -9,7 +9,7 @@ jobs: permissions: id-token: write # Required for OIDC token exchange steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: rust-lang/crates-io-auth-action@v1 id: auth - run: cargo publish