Skip to content

Commit 5d4c9d1

Browse files
authored
Merge pull request FlexBE#24 from fmessmer/fix/update_gha_version
update action version
2 parents d7b2944 + c94c9ef commit 5d4c9d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
- { ROS_DISTRO: noetic }
2929

3030
steps:
31-
- uses: actions/checkout@v3
31+
- uses: actions/checkout@v4
3232
with:
3333
lfs: true
3434

3535
- uses: ros-industrial/industrial_ci@master
3636
with:
37-
config: ${{toJSON(matrix)}}
37+
config: ${{toJSON(matrix)}}

0 commit comments

Comments
 (0)