mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-18 02:21:47 -05:00
Update actions/checkout action to v3
This commit is contained in:
parent
1135b0073a
commit
965c4afcca
1 changed files with 1 additions and 1 deletions
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…
Add table
Reference in a new issue