Skip to content

Commit 484f668

Browse files
committed
Update Ruby checkout action to v2 💎
1 parent c0d9320 commit 484f668

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ruby.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ jobs:
99
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
1010

1111
steps:
12-
- uses: actions/checkout@v1
12+
- name: Checkout code
13+
uses: actions/checkout@v2
1314
- name: Set up Ruby 2.7.x
1415
uses: ruby/setup-ruby@v1
1516
with:

0 commit comments

Comments
 (0)