Skip to content

Commit ca3195b

Browse files
authored
Merge pull request #190 from DimitriPapadopoulos/actions
Update outdated GitHub Actions
2 parents b504971 + fa93529 commit ca3195b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/main.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
- windows-latest
2323
runs-on: ${{ matrix.platform }}
2424
steps:
25-
- uses: actions/checkout@v2
25+
- uses: actions/checkout@v3
2626
- name: Setup Python
27-
uses: actions/setup-python@v2
27+
uses: actions/setup-python@v4
2828
with:
2929
python-version: ${{ matrix.python }}
3030
- name: Install tox
@@ -42,9 +42,9 @@ jobs:
4242
- windows-latest
4343
runs-on: ${{ matrix.platform }}
4444
steps:
45-
- uses: actions/checkout@v2
45+
- uses: actions/checkout@v3
4646
- name: Install Cygwin
47-
uses: cygwin/cygwin-install-action@v1
47+
uses: cygwin/cygwin-install-action@v2
4848
with:
4949
platform: x86_64
5050
packages: >-
@@ -71,16 +71,16 @@ jobs:
7171
env:
7272
SETUPTOOLS_USE_DISTUTILS: local
7373
steps:
74-
- uses: actions/checkout@v2
74+
- uses: actions/checkout@v3
7575
- name: Setup Python
76-
uses: actions/setup-python@v2
76+
uses: actions/setup-python@v4
7777
with:
7878
python-version: ${{ matrix.python }}
7979
- name: Install tox
8080
run: |
8181
python -m pip install tox
8282
- name: Check out pypa/setuptools
83-
uses: actions/checkout@v2
83+
uses: actions/checkout@v3
8484
with:
8585
repository: pypa/setuptools
8686
ref: main
@@ -103,9 +103,9 @@ jobs:
103103
runs-on: ubuntu-latest
104104

105105
steps:
106-
- uses: actions/checkout@v2
106+
- uses: actions/checkout@v3
107107
- name: Setup Python
108-
uses: actions/setup-python@v2
108+
uses: actions/setup-python@v4
109109
with:
110110
python-version: "3.10"
111111
- name: Install tox

0 commit comments

Comments
 (0)