Skip to content

Commit

Permalink
ci: update actions/checkout version
Browse files Browse the repository at this point in the history
  • Loading branch information
broofa committed Sep 7, 2023
1 parent ab23782 commit 5de3d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
node-version: [14.x, 16.x, 18.x, 20.x]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
Expand Down

0 comments on commit 5de3d9c

Please sign in to comment.