Skip to content

Commit 06c7444

Browse files
authored
Merge branch 'main' into feature/352_legacy_fix
2 parents 3a81069 + 281f845 commit 06c7444

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/base.yml

Lines changed: 7 additions & 7 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
@@ -83,7 +83,7 @@ jobs:
8383
cache-build: true
8484

8585
- name: Install python 3.12 for nox
86-
uses: actions/setup-python@v5.0.0
86+
uses: actions/setup-python@v5.1.0
8787
with:
8888
python-version: 3.12
8989
architecture: x64
@@ -102,7 +102,7 @@ jobs:
102102
# Share ./docs/reports so that they can be deployed with doc in next job
103103
- name: Share reports with other jobs
104104
if: runner.os == 'Linux'
105-
uses: actions/[email protected].0
105+
uses: actions/[email protected].1
106106
with:
107107
name: reports_dir
108108
path: ./docs/reports
@@ -115,7 +115,7 @@ jobs:
115115
uses: actions/[email protected]
116116

117117
- name: Install python 3.9 for nox
118-
uses: actions/setup-python@v5.0.0
118+
uses: actions/setup-python@v5.1.0
119119
with:
120120
python-version: 3.9
121121
architecture: x64
@@ -142,14 +142,14 @@ jobs:
142142
fetch-depth: 0 # so that gh-deploy works
143143

144144
- name: Install python 3.9 for nox
145-
uses: actions/setup-python@v5.0.0
145+
uses: actions/setup-python@v5.1.0
146146
with:
147147
python-version: 3.9
148148
architecture: x64
149149

150150
# 1) retrieve the reports generated previously
151151
- name: Retrieve reports
152-
uses: actions/[email protected].1
152+
uses: actions/[email protected].4
153153
with:
154154
name: reports_dir
155155
path: ./docs/reports
@@ -181,7 +181,7 @@ jobs:
181181
EOF
182182
- name: \[not on TAG\] Publish coverage report
183183
if: github.event_name == 'push' && startsWith(github.ref, 'refs/heads')
184-
uses: codecov/codecov-action@v4.0.1
184+
uses: codecov/codecov-action@v4.1.1
185185
with:
186186
files: ./docs/reports/coverage/coverage.xml
187187
- name: \[not on TAG\] Build wheel and sdist

0 commit comments

Comments
 (0)