Skip to content

Commit 2db2c53

Browse files
committed
CI: Update action versions
1 parent 29d6792 commit 2db2c53

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

.github/workflows/abi.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
name: "check"
2727
runs-on: ubuntu-latest
2828
steps:
29-
- uses: actions/checkout@v3
29+
- uses: actions/checkout@v4
3030

3131
- name: Cache ccache
3232
uses: rhaschke/cache@main
@@ -50,7 +50,7 @@ jobs:
5050
env: ${{ matrix.env || env }}
5151

5252
- name: Upload test results (on failure)
53-
uses: actions/upload-artifact@v3
53+
uses: actions/upload-artifact@v4
5454
if: failure()
5555
with:
5656
name: abi-check

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
name: "${{ matrix.distro }} • ogre ${{ matrix.ogre }} • Qt ${{ matrix.qt }}${{ matrix.env.CLANG_TIDY && (github.event_name != 'workflow_dispatch' && ' • clang-tidy (delta)' || ' • clang-tidy (all)') || '' }}"
4848
runs-on: ubuntu-latest
4949
steps:
50-
- uses: actions/checkout@v3
50+
- uses: actions/checkout@v4
5151

5252
- name: Cache ccache
5353
uses: rhaschke/cache@main
@@ -64,7 +64,7 @@ jobs:
6464
uses: rhaschke/industrial_ci@master
6565

6666
- name: Upload test artifacts (on failure)
67-
uses: actions/upload-artifact@v3
67+
uses: actions/upload-artifact@v4
6868
if: failure()
6969
with:
7070
name: test-results

.github/workflows/format.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
name: pre-commit
1414
runs-on: ubuntu-20.04
1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
- name: Install clang-format-12
1818
run: sudo apt-get install clang-format-12
1919
- uses: rhaschke/[email protected]
2020
with:
2121
distro: noetic
22-
- uses: pre-commit/[email protected].0
22+
- uses: pre-commit/[email protected].1

.github/workflows/prerelease.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
name: "${{ matrix.distro }}"
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/checkout@v3
24+
- uses: actions/checkout@v4
2525
- name: Cache ccache
2626
uses: rhaschke/cache@main
2727
with:
@@ -37,7 +37,7 @@ jobs:
3737
uses: rhaschke/industrial_ci@master
3838

3939
- name: Upload test artifacts (on failure)
40-
uses: actions/upload-artifact@v3
40+
uses: actions/upload-artifact@v4
4141
if: failure()
4242
with:
4343
name: test-results

.github/workflows/robostack.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
os: [ubuntu-20.04, macos-latest, windows-latest]
1919

2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v4
2222

2323
- name: Set up Build Dependencies
2424
uses: mamba-org/provision-with-micromamba@v11

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ repos:
2828
- id: trailing-whitespace
2929

3030
- repo: https://github.com/psf/black
31-
rev: 24.4.1
31+
rev: 24.4.2
3232
hooks:
3333
- id: black
3434

3535
- repo: https://github.com/PyCQA/pylint
36-
rev: v3.1.0
36+
rev: v3.2.0
3737
hooks: []
3838

3939
- repo: local

0 commit comments

Comments
 (0)