File tree Expand file tree Collapse file tree 11 files changed +17
-17
lines changed
drake_bazel_download/.github/workflows
drake_cmake_installed_apt/.github/workflows
drake_cmake_installed/.github/workflows
drake_pip/.github/workflows
drake_poetry/.github/workflows Expand file tree Collapse file tree 11 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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
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 : |
Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff line change 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
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 : |
Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff line change 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
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 : |
Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff line change 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
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 : |
You can’t perform that action at this time.
0 commit comments