Skip to content

Commit 92b9d52

Browse files
Bump actions/checkout from 4 to 5 (#426)
Co-authored-by: tyler-yankee <[email protected]>
1 parent 0a20a34 commit 92b9d52

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@v4
15+
uses: actions/checkout@v5
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@v4
52+
uses: actions/checkout@v5
5353
- name: setup
5454
uses: actions/setup-python@v5
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-14
1212
steps:
1313
- name: checkout
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v5
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@v4
45+
uses: actions/checkout@v5
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@v4
15+
uses: actions/checkout@v5
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.13'
1414
steps:
1515
- name: checkout
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v5
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@v4
51+
uses: actions/checkout@v5
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.13'
1414
steps:
1515
- name: checkout
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v5
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@v4
52+
uses: actions/checkout@v5
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@v4
31+
uses: actions/checkout@v5
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-14
3131
steps:
3232
- name: checkout
33-
uses: actions/checkout@v4
33+
uses: actions/checkout@v5
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@v4
64+
uses: actions/checkout@v5
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@v4
31+
uses: actions/checkout@v5
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.13'
3333
steps:
3434
- name: checkout
35-
uses: actions/checkout@v4
35+
uses: actions/checkout@v5
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@v4
70+
uses: actions/checkout@v5
7171
- name: pip setup
7272
working-directory: drake_pip
7373
run: |

0 commit comments

Comments
 (0)