0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Update actions/checkout action to v3

This commit is contained in:
Renovate Bot 2022-03-01 18:52:51 +00:00 committed by Daniel Lockyer
parent 11ce137571
commit 83af4795e2
3 changed files with 3 additions and 3 deletions

View file

@ -9,6 +9,6 @@ jobs:
FORCE_COLOR: 1
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- run: gh extension install daniellockyer/gh-auto-assign
- run: gh auto-assign

View file

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-18.04
name: Canary
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: true

View file

@ -12,7 +12,7 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
FORCE_COLOR: 1
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: true