File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ jobs:
105
105
workdir : ${{ env.BASEDIR }}/target_ws
106
106
ignore : ' "*/target_ws/build/*" "*/target_ws/install/*" "*/test/*"'
107
107
- name : Upload codecov report
108
- uses : codecov/codecov-action@v3
108
+ uses : codecov/codecov-action@v4
109
109
if : contains(matrix.env.TARGET_CMAKE_ARGS, '--coverage') && steps.ici.outputs.target_test_results == '0'
110
110
with :
111
111
files : ${{ env.BASEDIR }}/target_ws/coverage.info
@@ -121,7 +121,7 @@ jobs:
121
121
- name : Checkout
122
122
uses : actions/checkout@v4
123
123
- name : Setup Pages
124
- uses : actions/configure-pages@v2
124
+ uses : actions/configure-pages@v5
125
125
126
126
- name : Install dependencies
127
127
run : |
@@ -146,7 +146,7 @@ jobs:
146
146
sphinx-build -W -b linkcheck core/doc _site
147
147
148
148
- name : Upload pages artifact
149
- uses : actions/upload-pages-artifact@v1
149
+ uses : actions/upload-pages-artifact@v3
150
150
151
151
# Deployment job
152
152
deploy :
@@ -159,4 +159,4 @@ jobs:
159
159
steps :
160
160
- name : Deploy to GitHub Pages
161
161
id : deployment
162
- uses : actions/deploy-pages@v1
162
+ uses : actions/deploy-pages@v4
Original file line number Diff line number Diff line change 15
15
repos :
16
16
# Standard hooks
17
17
- repo : https://github.com/pre-commit/pre-commit-hooks
18
- rev : v4.0.1
18
+ rev : v4.6.0
19
19
hooks :
20
20
- id : check-added-large-files
21
21
- id : check-case-conflict
29
29
- id : trailing-whitespace
30
30
31
31
- repo : https://github.com/psf/black
32
- rev : 22.3.0
32
+ rev : 24.4.2
33
33
hooks :
34
34
- id : black
35
35
args : ["--line-length", "100"]
You can’t perform that action at this time.
0 commit comments