From b69aa8489a30a7da9040357a9e6b55d23528dc87 Mon Sep 17 00:00:00 2001 From: konojunya Date: Thu, 3 Sep 2026 14:28:48 +0900 Subject: [PATCH] Update the checkout action runtime --- .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 aefed75..bdd1ed2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repository - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Check whitespace run: git diff --check "$(git hash-object -t tree /dev/null)" HEAD @@ -76,7 +76,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repository - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Install Rust 1.85 run: rustup toolchain install 1.85.0 --profile minimal --component clippy