Skip to content

Commit

Permalink
chore: bump actions/setup-python from 5.0.0 to 5.1.0 (#112)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.0.0 to 5.1.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@0a5c615...82c7e63)

---
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 27, 2024
1 parent cb30d30 commit 3c0c265
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/repo-linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
- name: Checkout the repository
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- name: Set up Python ${{ needs.get-python-version.outputs.version }}
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
with:
python-version: ${{ needs.get-python-version.outputs.version }}
- name: Run YAML-Lint
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test-action-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
version-matrix: ${{fromJson(needs.test-output-method-setup.outputs.version-matrix)}}
steps:
- name: Setup Python ${{ matrix.version-matrix }}
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
with:
python-version: ${{ matrix.version-matrix }}

Expand All @@ -63,7 +63,7 @@ jobs:
version-matrix: ${{fromJson(needs.test-output-method-setup-eol.outputs.version-matrix)}}
steps:
- name: Setup Python ${{ matrix.version-matrix }}
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
with:
python-version: ${{ matrix.version-matrix }}

Expand All @@ -88,7 +88,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup Python ${{ needs.test-output-method-setup-highest-only.outputs.highest-version }}
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
with:
python-version: ${{ needs.test-output-method-setup-highest-only.outputs.highest-version }}

Expand All @@ -114,7 +114,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup Python ${{ needs.test-output-method-setup-highest-only-strip-patch.outputs.highest-version }}
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
with:
python-version: ${{ needs.test-output-method-setup-highest-only-strip-patch.outputs.highest-version }}

Expand Down

0 comments on commit 3c0c265

Please sign in to comment.