Skip to content

Commit e88d8e6

Browse files
authored
Merge pull request #13 from hackersandslackers/renovate/actions-checkout-3.x
Update actions/checkout action to v3
2 parents bf9a0dd + f63bb17 commit e88d8e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-theme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
deploy:
99
runs-on: ubuntu-20.04
1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v3
1212
- uses: TryGhost/[email protected]
1313
with:
1414
api-url: ${{ secrets.GHOST_ADMIN_API_URL }}

0 commit comments

Comments
 (0)