Skip to content

Commit 74f337f

Browse files
authored
Update Github actions to v3 (#62)
1 parent a4f5b76 commit 74f337f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
- windows-latest
1919
runs-on: ${{ matrix.platform }}
2020
steps:
21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v3
2222
- name: Setup Python
23-
uses: actions/setup-python@v2
23+
uses: actions/setup-python@v3
2424
with:
2525
python-version: ${{ matrix.python }}
2626
- name: Install tox
@@ -50,9 +50,9 @@ jobs:
5050
runs-on: ubuntu-latest
5151

5252
steps:
53-
- uses: actions/checkout@v2
53+
- uses: actions/checkout@v3
5454
- name: Setup Python
55-
uses: actions/setup-python@v2
55+
uses: actions/setup-python@v3
5656
with:
5757
python-version: "3.10"
5858
- name: Install tox

0 commit comments

Comments
 (0)