forked from yevi.org/Ghost_Ruby_Theme
Update actions/checkout action to v3
This commit is contained in:
parent
79ef7455fb
commit
446cf8980e
2
.github/workflows/deploy-theme.yml
vendored
2
.github/workflows/deploy-theme.yml
vendored
@ -7,7 +7,7 @@ jobs:
|
|||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- name: Deploy Ghost Theme
|
- name: Deploy Ghost Theme
|
||||||
uses: TryGhost/action-deploy-theme@v1.4.1
|
uses: TryGhost/action-deploy-theme@v1.4.1
|
||||||
with:
|
with:
|
||||||
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -10,6 +10,6 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: github.event_name == 'push' || (github.event_name == 'pull_request' && !startsWith(github.head_ref, 'renovate/'))
|
if: github.event_name == 'push' || (github.event_name == 'pull_request' && !startsWith(github.head_ref, 'renovate/'))
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- run: yarn
|
- run: yarn
|
||||||
- run: yarn test:ci
|
- run: yarn test:ci
|
||||||
|
Loading…
Reference in New Issue
Block a user