Skip to content

Commit

Permalink
Merge pull request gjtorikian#56 from gjtorikian/dependabot/github_ac…
Browse files Browse the repository at this point in the history
…tions/actions/checkout-3

Bump actions/checkout from 2 to 3
  • Loading branch information
gjtorikian authored Sep 17, 2022
2 parents 4e0c0c3 + e96b145 commit b36c31f
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 @@ -13,7 +13,7 @@ jobs:
node-version: ['14', '16', '18']

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Node ${{ matrix.ruby-version }}
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit b36c31f

Please sign in to comment.