From 3f518c4cdd28aa74062c719d76b5f69c0936bb2b Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 29 Apr 2026 14:14:32 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d932337..7cb36a0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Install Ruby ${{ matrix.ruby }} uses: ruby/setup-ruby@v1 with: