Skip to content

Commit

Permalink
Merge pull request #344 from ember-a11y/renovate/actions-checkout-3.x
Browse files Browse the repository at this point in the history
Update actions/checkout action to v3
  • Loading branch information
MelSumner authored Oct 6, 2022
2 parents d0238f2 + ca3dcf1 commit be8b27e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14.x
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
- embroider-safe
- embroider-optimized
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
Expand Down

0 comments on commit be8b27e

Please sign in to comment.