Skip to content

Commit e9f83c0

Browse files
committed
Set fixed external dependencies in vcs
1 parent 05bdd06 commit e9f83c0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/bump.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
jobs:
1414
get-bump:
1515
name: Get version bump
16-
runs-on: ubuntu-latest
16+
runs-on: ubuntu-24.04
1717
outputs:
1818
bump: ${{ env.BUMP }}
1919
steps:
@@ -28,7 +28,7 @@ jobs:
2828

2929
catkin-release:
3030
name: Bump version
31-
runs-on: ubuntu-latest
31+
runs-on: ubuntu-24.04
3232
needs: get-bump
3333
outputs:
3434
new_version: ${{ steps.catkin-release.outputs.new_version }}

rosbot/rosbot_hardware.repos

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ repositories:
66
micro-ROS-Agent:
77
type: git
88
url: https://github.com/micro-ROS/micro-ROS-Agent
9-
version: jazzy
9+
version: af007872b034d1ed31de4815377031350ab0034b
1010
ros_components_description:
1111
type: git
1212
url: https://github.com/husarion/ros_components_description.git
13-
version: jazzy
13+
version: 9f914cfd5e153f4cd012711e8fa031bef6bb346c
1414
rosbot_hardware_interfaces:
1515
type: git
1616
url: https://github.com/husarion/rosbot_hardware_interfaces.git

rosbot/rosbot_simulation.repos

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ repositories:
1010
ros_components_description:
1111
type: git
1212
url: https://github.com/husarion/ros_components_description.git
13-
version: jazzy
13+
version: 9f914cfd5e153f4cd012711e8fa031bef6bb346c

0 commit comments

Comments
 (0)