Skip to content

Commit e8bfce3

Browse files
authored
Merge pull request #135 from RobotWebTools/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 4 to 5
2 parents b40fe20 + 3918d97 commit e8bfce3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-ros1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
steps:
3434
- uses: actions/checkout@v3
3535
- name: Set up Python ${{ matrix.python-version }}
36-
uses: actions/setup-python@v4
36+
uses: actions/setup-python@v5
3737
with:
3838
python-version: ${{ matrix.python-version }}
3939
- name: Install dependencies

0 commit comments

Comments
 (0)