Skip to content

Commit

Permalink
Update assets to v0.6.1 (#724)
Browse files Browse the repository at this point in the history
  • Loading branch information
at-wat committed Oct 20, 2023
1 parent 727356b commit 26b99ff
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 7 deletions.
3 changes: 0 additions & 3 deletions .github/prerelease_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
set -eu

case ${ROS_DISTRO} in
melodic )
UBUNTU_DIST_TARGET=bionic
;;
noetic )
UBUNTU_DIST_TARGET=focal
;;
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bloom-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: bloom release
id: bloom
uses: at-wat/bloom-release-action@v0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- ROS_DISTRO=noetic
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install gh-pr-comment
uses: at-wat/setup-gh-pr-comment@v0
- name: Pre-release test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
if: startsWith(github.event.issue.title, 'Release ')
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: create release
id: create_release
uses: at-wat/catkin-release-action@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- ROS_DISTRO=noetic
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Cache test data
uses: actions/cache@v3
Expand Down

0 comments on commit 26b99ff

Please sign in to comment.