Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

resolve github actions warnings #566

Merged
merged 1 commit into from
Sep 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
rm -rf /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin /var/lib/apt/lists/* /var/log/apt/*
shell: bash
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: submodule checkout
run: ./setup/submodule_checkout
shell: bash
Expand All @@ -73,7 +73,7 @@ jobs:
runs-on: macos-14
steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: submodule checkout
run: ./setup/submodule_checkout
shell: zsh -efuo pipefail {0}
Expand All @@ -92,9 +92,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: setup python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: black
uses: psf/black@stable
with:
Expand Down Expand Up @@ -130,7 +132,7 @@ jobs:
container: russtedrake/underactuated:latest
steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: submodule checkout
run: ./setup/submodule_checkout
shell: bash
Expand Down Expand Up @@ -161,7 +163,7 @@ jobs:
pip3 install underactuated --extra-index-url https://drake-packages.csail.mit.edu/whl/nightly/
shell: bash
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: submodule checkout
run: ./setup/submodule_checkout
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion book/htmlbook