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:
Daniel Lockyer 2020-08-03 16:14:24 +01:00
parent 89fa1470e9
commit 54d26c69c4
1 changed files with 1 additions and 1 deletions

View File

@ -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: