Skip to content

Commit 3b8b0fc

Browse files
committed
Use actions/checkout@v3
1 parent dc7a6e9 commit 3b8b0fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pytest.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818

1919
steps:
20-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v3
2121
- name: Set up Python ${{ matrix.python-version }}
2222
uses: actions/setup-python@v2
2323
with:
@@ -46,7 +46,7 @@ jobs:
4646
if: github.event_name == 'release'
4747
needs: [build]
4848
steps:
49-
- uses: actions/checkout@v2
49+
- uses: actions/checkout@v3
5050
- name: "Set up Python 3.8"
5151
uses: actions/setup-python@v2
5252
with:

0 commit comments

Comments
 (0)