Skip to content

Commit

Permalink
Bump actions/setup-python from 4 to 5 (#315)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-python](/~https://github.com/actions/setup-python) from 4 to 5.
- [Release notes](/~https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v4...v5)

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

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] authored Feb 2, 2024
1 parent 3ac7481 commit 7cea4c1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
id: python-setup
with:
python-version: ${{ matrix.python-version }}
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Cache node.js modules
Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Setup python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Cache node.js modules
Expand Down Expand Up @@ -212,7 +212,7 @@ jobs:
path: ci-artifacts
- run: mv ci-artifacts/**/.coverage* ./
- name: Setup python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Create coverage report
Expand Down

0 comments on commit 7cea4c1

Please sign in to comment.