Skip to content

Commit 0bfdf65

Browse files
authored
Merge pull request #10 from TryGhost/renovate/actions-checkout-2.x
Update actions/checkout action to v2
2 parents f7ba0da + 00f03b9 commit 0bfdf65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
FORCE_COLOR: 1
1515
name: Node ${{ matrix.node }}
1616
steps:
17-
- uses: actions/checkout@v1
17+
- uses: actions/checkout@v2
1818
- uses: actions/setup-node@v1
1919
with:
2020
node-version: ${{ matrix.node }}

0 commit comments

Comments
 (0)