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 authored and Kurt-von-Laven committed Oct 13, 2023
1 parent af5e3fe commit d0316e1
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 @@ -40,7 +40,7 @@ runs:
using: composite
steps:
- name: Set up Python based on Python version in pyproject.toml.
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
python-version-file: "${{ github.action_path }}/pyproject.toml"
- name: Configure Slack notification.
Expand Down

0 comments on commit d0316e1

Please sign in to comment.