Skip to content

Commit

Permalink
fix(deps): bump actions/setup-python action to v4.7.1
Browse files Browse the repository at this point in the history
| datasource  | package              | from   | to     |
| ----------- | -------------------- | ------ | ------ |
| github-tags | actions/setup-python | v4.7.0 | v4.7.1 |
  • Loading branch information
renovate-bot committed Oct 13, 2023
1 parent 0588f9a commit e0542a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ runs:
with:
node-version: ${{ steps.tool-versions.outputs.nodejs }}
- name: Set up Python at version specified in .tool-versions.
uses: actions/setup-python@v4.7.0
uses: actions/setup-python@v4.7.1
with:
python-version: ${{ steps.tool-versions.outputs.python }}
- name: Set up Ruby at version specified in .tool-versions.
Expand Down

0 comments on commit e0542a6

Please sign in to comment.