Skip to content

Commit 4143a6e

Browse files
chore(deps): bump actions/setup-python from 4 to 5 (#70)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pete Gadomski <[email protected]>
1 parent 111d68e commit 4143a6e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/cicd.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
# Setup Python (faster than using Python container)
4545
- name: Setup Python
46-
uses: actions/setup-python@v4
46+
uses: actions/setup-python@v5
4747
with:
4848
python-version: ${{ matrix.python-version }}
4949
cache: pip
@@ -94,7 +94,7 @@ jobs:
9494
- name: Check out repository code
9595
uses: actions/checkout@v4
9696
- name: Setup Python
97-
uses: actions/setup-python@v4
97+
uses: actions/setup-python@v5
9898
with:
9999
python-version: "3.10"
100100
cache: pip
@@ -121,7 +121,7 @@ jobs:
121121
steps:
122122
- uses: actions/checkout@v4
123123
- name: Setup Python
124-
uses: actions/setup-python@v4
124+
uses: actions/setup-python@v5
125125
with:
126126
python-version: "3.10"
127127
cache: pip

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup Pages
2727
uses: actions/configure-pages@v3
2828
- name: Set up Python 3.10
29-
uses: actions/setup-python@v4
29+
uses: actions/setup-python@v5
3030
with:
3131
python-version: "3.10"
3232
cache: pip

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414
- name: Set up Python 3.x
15-
uses: actions/setup-python@v4
15+
uses: actions/setup-python@v5
1616
with:
1717
python-version: "3.x"
1818
- name: Install release dependencies

0 commit comments

Comments
 (0)