From f55a87f076638e62eb1d1441bc225eab125b0bb4 Mon Sep 17 00:00:00 2001 From: Grant Hutchins Date: Sun, 11 Aug 2024 16:20:15 -0500 Subject: [PATCH] Update actions/checkout step in CI --- .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 d1405f0e..21839800 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,7 +64,7 @@ jobs: allow-failure: true continue-on-error: ${{ matrix.allow-failure }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: