Skip to content

Commit 924494b

Browse files
authoredNov 24, 2024··
Merge pull request #326 from iberianpig/feature/github-cations-checkoutv4
feat: use actions/checkout@v4
2 parents 7f077f8 + 645dbdf commit 924494b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎.github/workflows/main.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ jobs:
1818
- '3.0'
1919
- '3.1'
2020
- '3.2'
21+
- '3.3'
2122

2223
steps:
23-
- uses: actions/checkout@v3
24+
- uses: actions/checkout@v4
2425
- name: Set up Ruby
2526
uses: ruby/setup-ruby@v1
2627
with:

0 commit comments

Comments
 (0)
Please sign in to comment.