Skip to content

Commit 4066c13

Browse files
build: Bump actions/setup-python from 4.0.0 to 4.2.0 (#62)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.0.0 to 4.2.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4.0.0...v4.2.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c85cc76 commit 4066c13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release_tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
token: "${{ steps.token.outputs.token }}"
3434

3535
- name: "Install Python"
36-
uses: "actions/setup-python@v4.0.0"
36+
uses: "actions/setup-python@v4.2.0"
3737
with:
3838
python-version: "${{ env.PYTHON_VERSION }}"
3939

0 commit comments

Comments
 (0)