Skip to content

Commit 100290b

Browse files
build(deps): bump actions/setup-python from 2.3.1 to 2.3.2 (#537)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.3.1 to 2.3.2. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v2.3.1...v2.3.2) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5246ab9 commit 100290b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/on-merge-to-main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
# Generate documentation
4646
#########################
4747
- name: Set up Python
48-
uses: actions/[email protected].1
48+
uses: actions/[email protected].2
4949
with:
5050
python-version: '3.8'
5151
- name: Install doc generation dependencies

Diff for: .github/workflows/on-release-prod.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
# Generate documentation
4848
#########################
4949
- name: Set up Python
50-
uses: actions/[email protected].1
50+
uses: actions/[email protected].2
5151
with:
5252
python-version: '3.8'
5353
- name: Set RELEASE_VERSION env var

0 commit comments

Comments
 (0)