From caaada759240ef3b5367ba5138ce8338602b90e4 Mon Sep 17 00:00:00 2001 From: Petr Heinz Date: Fri, 17 Jul 2026 12:16:26 +0200 Subject: [PATCH] SH-1002 [CI] Update GitHub Actions versions Co-Authored-By: Claude Fable 5 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2539039..a3cf5ac 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,7 +17,7 @@ jobs: - '3.3.4' steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Set up Ruby & Rust uses: oxidize-rb/actions/setup-ruby-and-rust@v1 with: