Skip to content

Commit

Permalink
Bump actions/setup-python from 4.5.0 to 4.6.0
Browse files Browse the repository at this point in the history
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.5.0 to 4.6.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v4.5.0...v4.6.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 Apr 20, 2023
1 parent 677ba70 commit 1cde930
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-requirements.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: "actions/checkout@v3.3.0"
- name: "Set up Python ${{ env.PYTHON_VERSION }}"
id: "set-up-python"
uses: "actions/setup-python@v4.5.0"
uses: "actions/setup-python@v4.6.0"
with:
python-version: "${{ env.DEFAULT_PYTHON_VERSION }}"
- name: "Pipenv cache"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: "actions/checkout@v3.3.0"
- name: "Set up Python ${{ env.DEFAULT_PYTHON_VERSION }}"
id: "set-up-python"
uses: "actions/setup-python@v4.5.0"
uses: "actions/setup-python@v4.6.0"
with:
python-version: "${{ env.DEFAULT_PYTHON_VERSION }}"
- name: "Pipenv cache"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coveralls.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: "actions/checkout@v3.3.0"
- name: "Set up Python ${{ env.DEFAULT_PYTHON_VERSION }}"
id: "set-up-python"
uses: "actions/setup-python@v4.5.0"
uses: "actions/setup-python@v4.6.0"
with:
python-version: "${{ env.DEFAULT_PYTHON_VERSION }}"
- name: "Pipenv cache"
Expand Down

0 comments on commit 1cde930

Please sign in to comment.