Skip to content

Commit 13ec663

Browse files
authored
Merge pull request #2421 from scala/Philippus-patch-1
Update checkout action to v3
2 parents d65cf70 + c696594 commit 13ec663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
build:
55
runs-on: ubuntu-20.04
66
steps:
7-
- uses: actions/checkout@v2
7+
- uses: actions/checkout@v3
88
- name: Set up Ruby
99
uses: ruby/setup-ruby@v1
1010
with:

0 commit comments

Comments
 (0)