Skip to content

Commit

Permalink
chore(deps): bump actions/setup-python from 4.0.0 to 4.1.0
Browse files Browse the repository at this point in the history
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v4.0.0...v4.1.0)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 19, 2022
1 parent 133356c commit 46e47b3
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 @@ -47,7 +47,7 @@ runs:
shell: bash
working-directory: "${{ github.action_path }}"
- name: Set up Python based on asdf Python version.
uses: actions/setup-python@v4.0.0
uses: actions/setup-python@v4.1.0
with:
python-version: "${{ steps.python.outputs.version }}"
- name: Configure Slack notification.
Expand Down

0 comments on commit 46e47b3

Please sign in to comment.