Skip to content

Commit 84ff649

Browse files
committed
use actions/checkout@v3 in the lint action
1 parent feec8b5 commit 84ff649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rubyonrails.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
runs-on: ubuntu-latest
5555
steps:
5656
- name: Checkout code
57-
uses: actions/checkout@v2
57+
uses: actions/checkout@v3
5858
- name: Install Ruby and gems
5959
uses: ruby/setup-ruby@v1
6060
with:

0 commit comments

Comments
 (0)