mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-26 20:34:02 +03:00
Update actions/checkout action to v2
This commit is contained in:
parent
e9098743f3
commit
9ab5400219
2
ghost/portal/.github/workflows/test.yml
vendored
2
ghost/portal/.github/workflows/test.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
|||||||
CI: true
|
CI: true
|
||||||
name: Node ${{ matrix.node }}
|
name: Node ${{ matrix.node }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-node@v1
|
- uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node }}
|
node-version: ${{ matrix.node }}
|
||||||
|
Loading…
Reference in New Issue
Block a user