Skip to content

Commit c931d00

Browse files
[nobump] Bump actions/setup-python from 5 to 6 (#436)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' 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>
1 parent a5fe95a commit c931d00

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fetch-depth: 0 # setuptools-scm needs to access git tags
1818
ref: ${{ github.sha }} # lock to triggered commit (github.ref is dynamic)
1919
- name: Set up Python 3.12
20-
uses: actions/setup-python@v5
20+
uses: actions/setup-python@v6
2121
with:
2222
python-version: "3.12"
2323
- name: Install deps

.github/workflows/wipac-cicd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- uses: actions/checkout@v5
3636
with:
3737
ref: ${{ github.sha }} # lock to triggered commit (github.ref is dynamic)
38-
- uses: actions/setup-python@v5
38+
- uses: actions/setup-python@v6
3939
with:
4040
python-version: ${{ matrix.py3 }}
4141
- uses: WIPACrepo/wipac-dev-flake8-action@v1.3
@@ -54,7 +54,7 @@ jobs:
5454
with:
5555
fetch-depth: 0 # setuptools-scm needs to access git tags
5656
ref: ${{ github.sha }} # lock to triggered commit (github.ref is dynamic)
57-
- uses: actions/setup-python@v5
57+
- uses: actions/setup-python@v6
5858
with:
5959
python-version: ${{ matrix.py3 }}
6060
- uses: WIPACrepo/wipac-dev-mypy-action@v2.0
@@ -116,7 +116,7 @@ jobs:
116116
with:
117117
fetch-depth: 0 # setuptools-scm needs to access git tags
118118
ref: ${{ github.sha }} # lock to triggered commit (github.ref is dynamic)
119-
- uses: actions/setup-python@v5
119+
- uses: actions/setup-python@v6
120120
with:
121121
python-version: ${{ matrix.py3 }}
122122
- name: Install dependencies

0 commit comments

Comments
 (0)