Skip to content

Commit b3c240f

Browse files
Bump actions/checkout from 5 to 6 (#478)
* Bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * also apply to example workflows --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tyler Yankee <[email protected]>
1 parent 5a80f9b commit b3c240f

File tree

11 files changed

+17
-17
lines changed

11 files changed

+17
-17
lines changed

.github/workflows/bazel_download.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
container: ubuntu:noble
1313
steps:
1414
- name: checkout
15-
uses: actions/checkout@v5
15+
uses: actions/checkout@v6
1616
- name: setup
1717
working-directory: drake_bazel_download
1818
run: |

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
runs-on: ubuntu-latest
5050
steps:
5151
- name: checkout
52-
uses: actions/checkout@v5
52+
uses: actions/checkout@v6
5353
- name: setup
5454
uses: actions/setup-python@v6
5555
with:

.github/workflows/cmake_installed.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: macos-15
1212
steps:
1313
- name: checkout
14-
uses: actions/checkout@v5
14+
uses: actions/checkout@v6
1515
# See issue https://github.com/actions/setup-python/issues/577. There is
1616
# some kind of environment conflict between the symlinks found in the
1717
# GitHub Actions runner and `brew upgrade python` where `brew` detects and
@@ -42,7 +42,7 @@ jobs:
4242
container: ubuntu:noble
4343
steps:
4444
- name: checkout
45-
uses: actions/checkout@v5
45+
uses: actions/checkout@v6
4646
- name: setup
4747
working-directory: drake_cmake_installed
4848
run: |

.github/workflows/cmake_installed_apt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
container: ubuntu:noble
1313
steps:
1414
- name: checkout
15-
uses: actions/checkout@v5
15+
uses: actions/checkout@v6
1616
- name: setup
1717
working-directory: drake_cmake_installed_apt
1818
run: |

.github/workflows/pip.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
PYTHON_VERSION: '3.14'
1414
steps:
1515
- name: checkout
16-
uses: actions/checkout@v5
16+
uses: actions/checkout@v6
1717
# See issue https://github.com/actions/setup-python/issues/577. There is
1818
# some kind of environment conflict between the symlinks found in the
1919
# GitHub Actions runner and `brew upgrade python` where `brew` detects and
@@ -48,7 +48,7 @@ jobs:
4848
container: ubuntu:noble
4949
steps:
5050
- name: checkout
51-
uses: actions/checkout@v5
51+
uses: actions/checkout@v6
5252
- name: pip setup
5353
working-directory: drake_pip
5454
run: |

.github/workflows/poetry.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
PYTHON_VERSION: '3.14'
1414
steps:
1515
- name: checkout
16-
uses: actions/checkout@v5
16+
uses: actions/checkout@v6
1717
# See issue https://github.com/actions/setup-python/issues/577. There is
1818
# some kind of environment conflict between the symlinks found in the
1919
# GitHub Actions runner and `brew upgrade python` where `brew` detects and
@@ -49,7 +49,7 @@ jobs:
4949
container: ubuntu:noble
5050
steps:
5151
- name: checkout
52-
uses: actions/checkout@v5
52+
uses: actions/checkout@v6
5353
# setup and test must occur in one step
5454
# because when poetry is installed, the update to PATH
5555
# does not persist between steps on GHA

drake_bazel_download/.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
container: ubuntu:noble
2929
steps:
3030
- name: checkout
31-
uses: actions/checkout@v5
31+
uses: actions/checkout@v6
3232
- name: setup
3333
working-directory: drake_bazel_download
3434
run: |

drake_cmake_installed/.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: macos-15
3131
steps:
3232
- name: checkout
33-
uses: actions/checkout@v5
33+
uses: actions/checkout@v6
3434
# See issue https://github.com/actions/setup-python/issues/577. There is
3535
# some kind of environment conflict between the symlinks found in the
3636
# GitHub Actions runner and `brew upgrade python` where `brew` detects and
@@ -61,7 +61,7 @@ jobs:
6161
container: ubuntu:noble
6262
steps:
6363
- name: checkout
64-
uses: actions/checkout@v5
64+
uses: actions/checkout@v6
6565
- name: setup
6666
working-directory: drake_cmake_installed
6767
run: |

drake_cmake_installed_apt/.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
container: ubuntu:noble
2929
steps:
3030
- name: checkout
31-
uses: actions/checkout@v5
31+
uses: actions/checkout@v6
3232
- name: setup
3333
working-directory: drake_cmake_installed_apt
3434
run: |

drake_pip/.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
PYTHON_VERSION: '3.14'
3333
steps:
3434
- name: checkout
35-
uses: actions/checkout@v5
35+
uses: actions/checkout@v6
3636
# See issue https://github.com/actions/setup-python/issues/577. There is
3737
# some kind of environment conflict between the symlinks found in the
3838
# GitHub Actions runner and `brew upgrade python` where `brew` detects and
@@ -67,7 +67,7 @@ jobs:
6767
container: ubuntu:noble
6868
steps:
6969
- name: checkout
70-
uses: actions/checkout@v5
70+
uses: actions/checkout@v6
7171
- name: pip setup
7272
working-directory: drake_pip
7373
run: |

0 commit comments

Comments
 (0)