Skip to content

Commit 31796fe

Browse files
Bump actions/checkout from 4 to 6 (#146)
1 parent 2e43a5c commit 31796fe

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
CCACHE_DIR: ${{ github.workspace }}/.ccache
3434
steps:
3535
- name: Check out the repo
36-
uses: actions/checkout@v4
36+
uses: actions/checkout@v6
3737
- name: Cache ccache
3838
uses: actions/cache@v4
3939
with:
@@ -89,7 +89,7 @@ jobs:
8989
CCACHE_DIR: ${{ github.workspace }}/.ccache
9090
steps:
9191
- name: Check out the repo
92-
uses: actions/checkout@v4
92+
uses: actions/checkout@v6
9393
- name: Cache ccache
9494
uses: actions/cache@v4
9595
with:

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
container: ghcr.io/picknikrobotics/rsl:upstream-rolling
2121
steps:
2222
- name: Check out the repo
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v6
2424
- name: Setup Pages
2525
uses: actions/configure-pages@v5
2626
- name: Source ROS

.github/workflows/format.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: pre-commit
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v6
1616
- uses: actions/setup-python@v5
1717
- name: Install clang-format
1818
run: sudo apt-get install clang-format

0 commit comments

Comments
 (0)