Skip to content

Commit 57e33ba

Browse files
Update actions/checkout action to v2.7.0
1 parent e9d63a0 commit 57e33ba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pip-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/setup-python@v2
2525
with:
2626
python-version: 3.7
27-
- uses: actions/checkout@v2.4.0
27+
- uses: actions/checkout@v2.7.0
2828
- name: Install Python dependencies
2929
run: |
3030
python -m pip install --upgrade pip

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/setup-python@v2
2020
with:
2121
python-version: 3.7
22-
- uses: actions/checkout@v2.4.0
22+
- uses: actions/checkout@v2.7.0
2323
- name: Install Python dependencies
2424
run: |
2525
python -m pip install --upgrade pip
@@ -52,7 +52,7 @@ jobs:
5252
uses: actions/setup-python@v2
5353
with:
5454
python-version: 3.7
55-
- uses: actions/checkout@v2.4.0
55+
- uses: actions/checkout@v2.7.0
5656
- name: Install Python dependencies
5757
run: |
5858
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)