From 4787eaf35707441e890c123e8d9226db95bb398e Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Sun, 12 Jul 2026 20:36:23 -0700 Subject: [PATCH] Update actions/checkout to v7 --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6f1e8e49..739e723a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Install Rust Toolchain run: rustup toolchain install stable --profile minimal --component rustfmt,clippy @@ -49,7 +49,7 @@ jobs: runs-on: ${{matrix.os}} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Install Rust Toolchain run: rustup toolchain install stable --profile minimal