From 6fd7509debe1998880b8926e34d63fc0522d0e9f Mon Sep 17 00:00:00 2001 From: Grant Birkinbine Date: Wed, 20 Mar 2024 15:46:21 -0600 Subject: [PATCH] use the latest version of `actions/checkout` --- .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 e75c9cd..0073c34 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: env: BUNDLE_WITHOUT: development steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }}