Skip to content

Commit 980bef9

Browse files
Bump actions/checkout from 2.4.0 to 3 (#22)
1 parent a6f11fe commit 980bef9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
python-version: [3.8, 3.9]
1818
steps:
19-
- uses: actions/checkout@v2.4.0
19+
- uses: actions/checkout@v3
2020
- name: Setup Python
2121
uses: actions/[email protected]
2222
with:
@@ -49,7 +49,7 @@ jobs:
4949
matrix:
5050
python-version: [3.9]
5151
steps:
52-
- uses: actions/checkout@v2.4.0
52+
- uses: actions/checkout@v3
5353
- name: Setup Python
5454
uses: actions/[email protected]
5555
with:

.github/workflows/pypipublish.yaml

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-latest
1010
steps:
11-
- uses: actions/checkout@v2.4.0
11+
- uses: actions/checkout@v3
1212
- name: Set up Python
1313
uses: actions/[email protected]
1414
with:

0 commit comments

Comments
 (0)