Update actions/checkout action to v3
This commit is contained in:
parent
1135b0073a
commit
965c4afcca
2
ghost/portal/.github/workflows/test.yml
vendored
2
ghost/portal/.github/workflows/test.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
CI: true
|
||||
name: Node ${{ matrix.node }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: ${{ matrix.node }}
|
||||
|
Loading…
Reference in New Issue
Block a user