Skip to content

Commit

Permalink
Bump actions/setup-python from 4.1.0 to 4.5.0 (#130)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.1.0 to 4.5.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v4.1.0...v4.5.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 13, 2024
1 parent 192a42b commit 70e9c97
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
ref: ${{ github.head_ref }}
- name: Setup Python
uses: actions/setup-python@v4.1.0
uses: actions/setup-python@v4.5.0
with:
python-version: 3.9
cache: 'pip'
Expand All @@ -37,7 +37,7 @@ jobs:
with:
ref: ${{ github.head_ref }}
- name: Setup Python
uses: actions/setup-python@v4.1.0
uses: actions/setup-python@v4.5.0
with:
python-version: 3.9
- name: Install Dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm_updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
- uses: actions/setup-python@v4.1.0
- uses: actions/setup-python@v4.5.0
with:
python-version: 3.9
cache: 'pip'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit_updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
- uses: actions/setup-python@v4.1.0
- uses: actions/setup-python@v4.5.0
with:
python-version: 3.9
cache: 'pip'
Expand Down

0 comments on commit 70e9c97

Please sign in to comment.