Skip to content

Commit aa3bd77

Browse files
committed
ci: update actions versions
1 parent fe94371 commit aa3bd77

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ jobs:
3535
# ugh https://github.com/actions/toolkit/blob/main/docs/commands.md#path-manipulation
3636
- run: echo "$HOME/.local/bin" >> $GITHUB_PATH
3737

38-
- uses: actions/setup-python@v4
38+
- uses: actions/setup-python@v5
3939
with:
4040
python-version: ${{ matrix.python-version }}
4141

42-
- uses: actions/checkout@v3
42+
- uses: actions/checkout@v4
4343
with:
4444
submodules: recursive
4545
fetch-depth: 0 # nicer to have all git history when debugging/for tests
@@ -51,7 +51,7 @@ jobs:
5151
- run: bash .ci/run
5252

5353
- if: matrix.platform == 'ubuntu-latest' # no need to compute coverage for other platforms
54-
uses: actions/upload-artifact@v3
54+
uses: actions/upload-artifact@v4
5555
with:
5656
name: .coverage.mypy_${{ matrix.platform }}_${{ matrix.python-version }}
5757
path: .coverage.mypy/
@@ -65,11 +65,11 @@ jobs:
6565
# ugh https://github.com/actions/toolkit/blob/main/docs/commands.md#path-manipulation
6666
- run: echo "$HOME/.local/bin" >> $GITHUB_PATH
6767

68-
- uses: actions/setup-python@v4
68+
- uses: actions/setup-python@v5
6969
with:
7070
python-version: '3.8'
7171

72-
- uses: actions/checkout@v3
72+
- uses: actions/checkout@v4
7373
with:
7474
submodules: recursive
7575

0 commit comments

Comments
 (0)