Skip to content

Commit a16228d

Browse files
build(deps): bump actions/setup-python from 2.3.2 to 3 (#599)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.3.2 to 3. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v2.3.2...v3) --- 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>
1 parent adad08d commit a16228d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/on-merge-to-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
# Generate documentation
5353
#########################
5454
- name: Set up Python
55-
uses: actions/setup-python@v2.3.2
55+
uses: actions/setup-python@v3
5656
with:
5757
python-version: '3.8'
5858
- name: Install doc generation dependencies

.github/workflows/on-release-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
# Generate documentation
5555
#########################
5656
- name: Set up Python
57-
uses: actions/setup-python@v2.3.2
57+
uses: actions/setup-python@v3
5858
with:
5959
python-version: '3.8'
6060
- name: Set RELEASE_VERSION env var

0 commit comments

Comments
 (0)