Skip to content

Commit

Permalink
[ci] Update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
lpinca committed Sep 12, 2023
1 parent 2e672d5 commit bdd2b2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -32,7 +32,7 @@ jobs:
node: 18
os: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
Expand All @@ -58,7 +58,7 @@ jobs:
- arch: x86
os: ubuntu-18.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 14
Expand All @@ -79,7 +79,7 @@ jobs:
contents: write # Needed for softprops/action-gh-release.
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/download-artifact@v3
with:
path: prebuilds
Expand Down

0 comments on commit bdd2b2c

Please sign in to comment.