Skip to content

Commit 73a6905

Browse files
thewtexdzenanz
authored andcommitted
ENH: Update GitHub Actions to checkout v2
1 parent f3c7972 commit 73a6905

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-test-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
cmake-build-type: "MinSizeRel"
2828

2929
steps:
30-
- uses: actions/checkout@v1
30+
- uses: actions/checkout@v2
3131

3232
- name: Set up Python 3.8
3333
uses: actions/setup-python@v2

{{cookiecutter.project_name}}/.github/workflows/build-test-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
cmake-build-type: "MinSizeRel"
2828

2929
steps:
30-
- uses: actions/checkout@v1
30+
- uses: actions/checkout@v2
3131

3232
- name: Set up Python 3.8
3333
uses: actions/setup-python@v2

0 commit comments

Comments
 (0)