From 8df7f9f68b51bb87241fcfa968f5db54d75a49e4 Mon Sep 17 00:00:00 2001 From: mulhern Date: Wed, 10 Dec 2025 20:29:09 -0500 Subject: [PATCH] Increase GitHub Action checkout version to v6 Signed-off-by: mulhern --- .github/workflows/ci.yml | 10 +++++----- .github/workflows/nightly.yml | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 64482f1..bde1a6e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: - x86_64-unknown-linux-musl steps: - name: Checkout sources - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: persist-credentials: false - name: Install stable toolchain @@ -47,7 +47,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout sources - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: persist-credentials: false - name: Install stable toolchain @@ -75,7 +75,7 @@ jobs: steps: - name: Install git for checkout action run: dnf install -y git - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: path: loopdev-3 persist-credentials: false @@ -92,7 +92,7 @@ jobs: components: cargo toolchain: 1.91.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN - name: Check out ci repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: path: ci repository: stratis-storage/ci @@ -110,7 +110,7 @@ jobs: container: image: fedora:42 # CURRENT DEVELOPMENT ENVIRONMENT steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: persist-credentials: false - name: Install dependencies for Fedora diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index d2dc455..2360961 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Install git for checkout action run: dnf install -y git - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: path: loopdev-3 persist-credentials: false @@ -33,7 +33,7 @@ jobs: components: cargo toolchain: 1.91.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN - name: Check out ci repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: path: ci repository: stratis-storage/ci @@ -49,7 +49,7 @@ jobs: semver-checks: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: persist-credentials: false - name: Do semantic version checks