Skip to content

Commit 3bd8dd7

Browse files
authored
Merge pull request #42 from APLA-Toolbox/renovate/actions-checkout-2.x
Update actions/checkout action to v2
2 parents 7b2502a + 14ed24b commit 3bd8dd7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v2
1010
with:
1111
ref: ${{ github.head_ref }}
12-
- uses: actions/checkout@v1
12+
- uses: actions/checkout@v2
1313
- name: Set up Python 3.7
1414
uses: actions/setup-python@v2
1515
with:

0 commit comments

Comments
 (0)