Skip to content

Commit

Permalink
[CI] Update actions/checkout task to v3 to fix CI failures.
Browse files Browse the repository at this point in the history
  • Loading branch information
duckinator committed Feb 10, 2023
1 parent 7224b64 commit 353c4ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- name: repo checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: load ruby
uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 353c4ce

Please sign in to comment.