From 761a2b9a41f3bc7f7f6d948409d974ff437be658 Mon Sep 17 00:00:00 2001 From: Mattias Roback Date: Mon, 8 Jun 2026 11:28:28 +0200 Subject: [PATCH] Update GitHub Actions Related to https://trello.com/c/fVjmPKGe --- .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 82eb85d..75c40cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v6 - name: Setup Ruby ${{ matrix.ruby }} uses: ruby/setup-ruby@v1