Skip to content

Commit 2cdfb90

Browse files
dependabot[bot]squidfunk
authored andcommitted
Bump actions/setup-python from 2.3.2 to 3
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] <[email protected]>
1 parent b71f8bf commit 2cdfb90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions/checkout@v3
3838

3939
- name: Set up Python runtime
40-
uses: actions/setup-python@v2.3.2
40+
uses: actions/setup-python@v3
4141
with:
4242
python-version: ${{ env.PYTHON_VERSION }}
4343

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: actions/checkout@v3
3939

4040
- name: Set up Python runtime
41-
uses: actions/setup-python@v2.3.2
41+
uses: actions/setup-python@v3
4242
with:
4343
python-version: ${{ env.PYTHON_VERSION }}
4444

0 commit comments

Comments
 (0)