Skip to content

Commit

Permalink
Merge pull request #326 from iberianpig/feature/github-cations-checko…
Browse files Browse the repository at this point in the history
…utv4

feat: use actions/checkout@v4
  • Loading branch information
iberianpig authored Nov 24, 2024
2 parents 7f077f8 + 645dbdf commit 924494b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ jobs:
- '3.0'
- '3.1'
- '3.2'
- '3.3'

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 924494b

Please sign in to comment.