Skip to content

Commit

Permalink
CI: 🛠️ Bump action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rhaschke committed Feb 20, 2024
1 parent 6863b71 commit 87148af
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
# free up a lot of stuff from /usr/local
sudo rm -rf /usr/local
df -h
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Cache upstream workspace
uses: rhaschke/cache@main
with:
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
env: ${{ matrix.env }}

- name: Upload test artifacts (on failure)
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: failure() && (steps.ici.outputs.run_target_test || steps.ici.outputs.target_test_results)
with:
name: test-results-${{ matrix.env.IMAGE }}
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
permissions:
contents: write # allow pushing
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Fast-forward noetic-devel to sync with master
run: |
# Configure push user+url
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
IMAGE: moveit/moveit:${{ matrix.ROS_DISTRO }}-${{ github.job }}

steps:
- uses: rhaschke/docker-run-action@v4
- uses: rhaschke/docker-run-action@v5
name: Check for apt updates
continue-on-error: true
id: apt
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
ROS_DISTRO: ${{ matrix.IMAGE == 'master' && 'melodic' || 'noetic' }}

steps:
- uses: rhaschke/docker-run-action@v4
- uses: rhaschke/docker-run-action@v5
name: Check for apt updates
continue-on-error: true
id: apt
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
IMAGE: moveit/moveit:${{ matrix.IMAGE }}-${{ github.job }}

steps:
- uses: rhaschke/docker-run-action@v4
- uses: rhaschke/docker-run-action@v5
name: Check for apt updates
continue-on-error: true
id: apt
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
IMAGE: moveit/moveit:${{ matrix.IMAGE }}-${{ github.job }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to Container Registry
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
name: pre-commit
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install clang-format-10
run: sudo apt-get install clang-format-10
- uses: rhaschke/install-catkin_lint-action@v1.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jobs:
# free up a lot of stuff from /usr/local
sudo rm -rf /usr/local
df -h
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: industrial_ci
uses: ros-industrial/industrial_ci@master
2 changes: 1 addition & 1 deletion .github/workflows/robostack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Build Dependencies
uses: mamba-org/provision-with-micromamba@v16
Expand Down

0 comments on commit 87148af

Please sign in to comment.