Skip to content

Commit

Permalink
Pins Python version in Github action to 3.11 and bumps tag to 1.2.3 (#46
Browse files Browse the repository at this point in the history
)

* Fix: Pin python to 3.11 in action.yml
* Fix: Bump action tag in Readme from 1.1.5 to 1.2.3

Signed-off-by: Matthias Mayr <[email protected]>

---------

Signed-off-by: Matthias Mayr <[email protected]>
Co-authored-by: Christian Henkel <[email protected]>
  • Loading branch information
matthias-mayr and ct2034 authored Feb 23, 2024
1 parent 5905f0c commit a1a2be3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: boschresearch/ros_license_toolkit@1.1.5
- uses: boschresearch/ros_license_toolkit@1.2.3
```
## State of Development
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ runs:
- name: Install Python
uses: actions/setup-python@v3
with:
python-version: '3.x'
python-version: '3.11'
- name: Install package
run: pip install $GITHUB_ACTION_PATH
shell: bash
Expand Down

0 comments on commit a1a2be3

Please sign in to comment.