From 7124157a56381730917a01bb454a6774fd6da5f6 Mon Sep 17 00:00:00 2001 From: Beth Skurrie Date: Fri, 20 Jan 2023 14:15:45 +1100 Subject: [PATCH] chore: update checkout action --- .github/workflows/release_gem.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_gem.yml b/.github/workflows/release_gem.yml index 57c7791..a104d08 100644 --- a/.github/workflows/release_gem.yml +++ b/.github/workflows/release_gem.yml @@ -10,7 +10,7 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: ruby-version: '2.7'