Skip to content

Commit f719b2d

Browse files
authored
Merge pull request #187 from ruby/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2 parents fd99752 + abb11ec commit f719b2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- "jruby-9.3.2.0"
3333
- "jruby-head"
3434
steps:
35-
- uses: actions/checkout@v2
35+
- uses: actions/checkout@v3
3636
- uses: ruby/setup-ruby@v1
3737
with:
3838
ruby-version: ${{matrix.ruby}}

0 commit comments

Comments
 (0)