Skip to content

Commit 39dfe66

Browse files
Merge pull request osrf#630 from osrf/dependabot/github_actions/actions/setup-python-4.1.0
🛠️ Bump actions/setup-python from 4.0.0 to 4.1.0
2 parents 2d52d9e + bc219a1 commit 39dfe66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gazebo_ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
GITHUBUSER: ${{ secrets.GITHUBUSER }}
3434
steps:
3535
- uses: actions/checkout@v3
36-
- uses: actions/setup-python@v4.0.0
36+
- uses: actions/setup-python@v4.1.0
3737
with:
3838
python-version: 3.x
3939
- name: Install requirements

.github/workflows/ros_ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
GITHUBUSER: ${{ secrets.GITHUBUSER }}
4646
steps:
4747
- uses: actions/checkout@v3
48-
- uses: actions/setup-python@v4.0.0
48+
- uses: actions/setup-python@v4.1.0
4949
with:
5050
python-version: 3.x
5151
cache: 'pip'

0 commit comments

Comments
 (0)