Fixed pinning of actions/checkout version in deploy workflow
- related to TryGhost/action-deploy-theme@4883c0b - `master` has been changed to `main` and flags up a warning for the old branch - we should target a specific version instead of using the latest commits
This commit is contained in:
parent
89fa1470e9
commit
54d26c69c4
|
@ -7,7 +7,7 @@ jobs:
|
|||
deploy:
|
||||
runs-on: ubuntu-18.04
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- uses: actions/checkout@v2
|
||||
- name: Deploy Ghost Theme
|
||||
uses: TryGhost/action-deploy-theme@v1.4.0
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue