From 54d26c69c4e54716fdb03dbc405f9325d5a84279 Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Mon, 3 Aug 2020 16:14:24 +0100 Subject: [PATCH] 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 --- .github/workflows/deploy-theme.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-theme.yml b/.github/workflows/deploy-theme.yml index e25fc544..a795dc0c 100644 --- a/.github/workflows/deploy-theme.yml +++ b/.github/workflows/deploy-theme.yml @@ -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: