Skip to content

Commit

Permalink
Merge pull request #318 from alallier/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
alallier committed Jan 2, 2023
2 parents 24556fe + bd53a42 commit 6e520df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
node-version: [14.x, 16.x, 18.x]
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 6e520df

Please sign in to comment.