From 8497844defd841c96578aa5892f9150bea01af77 Mon Sep 17 00:00:00 2001 From: Ryan McGeary Date: Sat, 16 Sep 2023 18:50:00 -0600 Subject: [PATCH] Upgrade to actions/checkout@v4 --- .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 2bbae96..1a2742c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile steps: # https://github.com/marketplace/actions/checkout - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # https://github.com/marketplace/actions/setup-ruby-jruby-and-truffleruby - name: Set up Ruby uses: ruby/setup-ruby@v1