Skip to content

Commit 383e17d

Browse files
Update GitHub Action Versions (#338)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8be611a commit 383e17d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/base.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/[email protected]
2727

2828
- name: Install python 3.9
29-
uses: actions/setup-python@v5.0.0
29+
uses: actions/setup-python@v5.1.0
3030
with:
3131
python-version: 3.9
3232
architecture: x64
@@ -60,7 +60,7 @@ jobs:
6060
uses: actions/[email protected]
6161

6262
- name: Install python ${{ matrix.nox_session.python }} for tests
63-
uses: MatteoH2O1999/setup-python@v3.0.0 # actions/setup-python@v5.0.0
63+
uses: MatteoH2O1999/setup-python@v3.2.0 # actions/setup-python@v5.1.0
6464
id: set-py
6565
with:
6666
python-version: ${{ matrix.nox_session.python }}
@@ -69,7 +69,7 @@ jobs:
6969
cache-build: true
7070

7171
- name: Install python 3.12 for nox
72-
uses: actions/setup-python@v5.0.0
72+
uses: actions/setup-python@v5.1.0
7373
with:
7474
python-version: 3.12
7575
architecture: x64
@@ -88,7 +88,7 @@ jobs:
8888
# Share ./docs/reports so that they can be deployed with doc in next job
8989
- name: Share reports with other jobs
9090
# if: matrix.nox_session == '...': not needed, if empty won't be shared
91-
uses: actions/[email protected].0
91+
uses: actions/[email protected].1
9292
with:
9393
name: reports_dir
9494
path: ./docs/reports
@@ -101,7 +101,7 @@ jobs:
101101
uses: actions/[email protected]
102102

103103
- name: Install python 3.9 for nox
104-
uses: actions/setup-python@v5.0.0
104+
uses: actions/setup-python@v5.1.0
105105
with:
106106
python-version: 3.9
107107
architecture: x64
@@ -128,14 +128,14 @@ jobs:
128128
fetch-depth: 0 # so that gh-deploy works
129129

130130
- name: Install python 3.9 for nox
131-
uses: actions/setup-python@v5.0.0
131+
uses: actions/setup-python@v5.1.0
132132
with:
133133
python-version: 3.9
134134
architecture: x64
135135

136136
# 1) retrieve the reports generated previously
137137
- name: Retrieve reports
138-
uses: actions/[email protected].1
138+
uses: actions/[email protected].4
139139
with:
140140
name: reports_dir
141141
path: ./docs/reports
@@ -167,7 +167,7 @@ jobs:
167167
EOF
168168
- name: \[not on TAG\] Publish coverage report
169169
if: github.event_name == 'push' && startsWith(github.ref, 'refs/heads')
170-
uses: codecov/codecov-action@v4.0.1
170+
uses: codecov/codecov-action@v4.1.1
171171
with:
172172
files: ./docs/reports/coverage/coverage.xml
173173

@@ -181,7 +181,7 @@ jobs:
181181
# 8) Publish the wheel on PyPi
182182
- name: \[TAG only\] Deploy on PyPi
183183
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
184-
uses: pypa/[email protected].11
184+
uses: pypa/[email protected].14
185185
with:
186186
user: __token__
187187
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)