Skip to content

Commit edea20b

Browse files
committed
CI: update actions
1 parent 79483ba commit edea20b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
workdir: ${{ env.BASEDIR }}/target_ws
106106
ignore: '"*/target_ws/build/*" "*/target_ws/install/*" "*/test/*"'
107107
- name: Upload codecov report
108-
uses: codecov/codecov-action@v3
108+
uses: codecov/codecov-action@v4
109109
if: contains(matrix.env.TARGET_CMAKE_ARGS, '--coverage') && steps.ici.outputs.target_test_results == '0'
110110
with:
111111
files: ${{ env.BASEDIR }}/target_ws/coverage.info
@@ -121,7 +121,7 @@ jobs:
121121
- name: Checkout
122122
uses: actions/checkout@v4
123123
- name: Setup Pages
124-
uses: actions/configure-pages@v2
124+
uses: actions/configure-pages@v5
125125

126126
- name: Install dependencies
127127
run: |
@@ -146,7 +146,7 @@ jobs:
146146
sphinx-build -W -b linkcheck core/doc _site
147147
148148
- name: Upload pages artifact
149-
uses: actions/upload-pages-artifact@v1
149+
uses: actions/upload-pages-artifact@v3
150150

151151
# Deployment job
152152
deploy:
@@ -159,4 +159,4 @@ jobs:
159159
steps:
160160
- name: Deploy to GitHub Pages
161161
id: deployment
162-
uses: actions/deploy-pages@v1
162+
uses: actions/deploy-pages@v4

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
repos:
1616
# Standard hooks
1717
- repo: https://github.com/pre-commit/pre-commit-hooks
18-
rev: v4.0.1
18+
rev: v4.6.0
1919
hooks:
2020
- id: check-added-large-files
2121
- id: check-case-conflict
@@ -29,7 +29,7 @@ repos:
2929
- id: trailing-whitespace
3030

3131
- repo: https://github.com/psf/black
32-
rev: 22.3.0
32+
rev: 24.4.2
3333
hooks:
3434
- id: black
3535
args: ["--line-length", "100"]

0 commit comments

Comments
 (0)