Skip to content

Commit

Permalink
Update to latest checkout GH actions package
Browse files Browse the repository at this point in the history
This resolves some deprecations checkout being run on a
deprecated node version
  • Loading branch information
drobny committed Nov 8, 2024
1 parent 4c21caa commit 0032e26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Test

concurrency:
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true

Expand All @@ -22,15 +22,15 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version:
ruby-version:
- '2.7'
- '3.0'
- '3.1'
- '3.2'
- '3.3'

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Ruby
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
# change this to (see https://github.com/ruby/setup-ruby#versioning):
Expand Down

0 comments on commit 0032e26

Please sign in to comment.