Skip to content

Commit

Permalink
Bump actions/setup-python from 4.7.0 to 4.7.1
Browse files Browse the repository at this point in the history
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.7.0 to 4.7.1.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v4.7.0...v4.7.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and bulv1ne committed Oct 4, 2023
1 parent 1a1aa4b commit b1254ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
submodules: true
- name: Set up Python ${{ matrix.python_version }}
uses: actions/setup-python@v4.7.0
uses: actions/setup-python@v4.7.1
with:
python-version: ${{ matrix.python_version }}
- name: Install dependencies
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
with:
submodules: true
- name: Set up Python ${{ matrix.python_version }}
uses: actions/setup-python@v4.7.0
uses: actions/setup-python@v4.7.1
with:
python-version: ${{ matrix.python_version }}
- name: Install dependencies
Expand Down

0 comments on commit b1254ce

Please sign in to comment.