Skip to content

Commit 08e90f6

Browse files
authored
Merge pull request #305 from cclauss/patch-1
2 parents 1703316 + 76e3249 commit 08e90f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
tox_env: "py310"
2525

2626
steps:
27-
- uses: actions/checkout@v1
27+
- uses: actions/checkout@v3
2828
- name: Set up Python
29-
uses: actions/setup-python@v2
29+
uses: actions/setup-python@v4
3030
with:
3131
python-version: ${{ matrix.python }}
3232
- name: Install tox

0 commit comments

Comments
 (0)