Skip to content

Commit

Permalink
Merge pull request #58 from sue445/migrator/20221014235250_actions_ch…
Browse files Browse the repository at this point in the history
…eckout_v3

Upgrade to actions/checkout@v3
  • Loading branch information
sue445 committed Oct 14, 2022
2 parents d25f9c4 + 77bf06a commit ae57f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
allow_failures: "true"

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

- name: Cache vendor/bundle
uses: actions/cache@v1
Expand Down

0 comments on commit ae57f29

Please sign in to comment.