Skip to content

Commit

Permalink
Bump actions/setup-python from 5.0.0 to 5.1.0 (#311)
Browse files Browse the repository at this point in the history
---
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 May 22, 2024
1 parent 1e54139 commit 892a391
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/[email protected]

- name: 🛠 Set up Python 3
uses: actions/setup-python@v5.0.0
uses: actions/setup-python@v5.1.0
id: python
with:
python-version: "3.11"
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
fetch-depth: 0

- name: 🛠️ Set up Python ${{ matrix.python.version }}
uses: actions/setup-python@v5.0.0
uses: actions/setup-python@v5.1.0
with:
python-version: ${{ matrix.python.version }}
allow-prereleases: ${{ matrix.python.prereleases || false }}
Expand All @@ -79,7 +79,7 @@ jobs:
fetch-depth: 0

- name: 🛠 Set up Python 3.10
uses: actions/setup-python@v5.0.0
uses: actions/setup-python@v5.1.0
id: python
with:
python-version: "3.10"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/[email protected]

- name: 🛠 Set up Python
uses: actions/setup-python@v5.0.0
uses: actions/setup-python@v5.1.0
id: python
with:
python-version: "3.11"
Expand Down

0 comments on commit 892a391

Please sign in to comment.