Skip to content

Commit

Permalink
actions/checkout@v2 → v3
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlin authored Jun 3, 2022
1 parent b7f8292 commit 392b176
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
matrix:
node: [14, 16, 18]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
Expand All @@ -25,7 +25,7 @@ jobs:
matrix:
node: [14, 16, 18]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
Expand All @@ -38,7 +38,7 @@ jobs:
matrix:
node: [14, 16, 18]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
Expand All @@ -51,7 +51,7 @@ jobs:
matrix:
node: [14, 16, 18]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
Expand All @@ -63,7 +63,7 @@ jobs:
matrix:
node: [14, 16, 18]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
Expand All @@ -74,7 +74,7 @@ jobs:
needs: [build, unit-test, smoke-test, lint]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v2
with:
node-version: 14
Expand Down

0 comments on commit 392b176

Please sign in to comment.