Skip to content

Commit ec0b39c

Browse files
David Fritzschedavidfritzsche
David Fritzsche
authored andcommitted
Update GitHub actions
1 parent 7a57e38 commit ec0b39c

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
python-version: ["3.7"]
1515

1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818
- name: Set up Python ${{ matrix.python-version }}
19-
uses: actions/setup-python@v4
19+
uses: actions/setup-python@v5
2020
with:
2121
python-version: ${{ matrix.python-version }}
2222
- name: Install dependencies
@@ -39,9 +39,9 @@ jobs:
3939
python-version: ["3.8", "3.9", "3.10"]
4040

4141
steps:
42-
- uses: actions/checkout@v3
42+
- uses: actions/checkout@v4
4343
- name: Set up Python ${{ matrix.python-version }}
44-
uses: actions/setup-python@v4
44+
uses: actions/setup-python@v5
4545
with:
4646
python-version: ${{ matrix.python-version }}
4747
- name: Install dependencies
@@ -64,9 +64,9 @@ jobs:
6464
python-version: ["3.10"]
6565

6666
steps:
67-
- uses: actions/checkout@v3
67+
- uses: actions/checkout@v4
6868
- name: Set up Python ${{ matrix.python-version }}
69-
uses: actions/setup-python@v4
69+
uses: actions/setup-python@v5
7070
with:
7171
python-version: ${{ matrix.python-version }}
7272
- name: Install dependencies

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ decorators are extracted from the ast.
141141

142142
* Add support for pytest 8 (no actual change, but declare support)
143143
([#46][i46], [#47][p47])
144+
* Update GitHub actions ([#48][p48])
144145

145146
## v0.1.1
146147

@@ -229,3 +230,4 @@ decorators are extracted from the ast.
229230
[p42]: https://github.com/davidfritzsche/pytest-mypy-testing/pull/42
230231
[p43]: https://github.com/davidfritzsche/pytest-mypy-testing/pull/43
231232
[p47]: https://github.com/davidfritzsche/pytest-mypy-testing/pull/47
233+
[p48]: https://github.com/davidfritzsche/pytest-mypy-testing/pull/48

0 commit comments

Comments
 (0)