Skip to content

Commit f8cbfe0

Browse files
build: Bump actions/setup-python from 2.3.1 to 3 (#32)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.3.1 to 3. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v2.3.1...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 83ea866 commit f8cbfe0

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@v2.3.1"
36+
uses: "actions/setup-python@v3.0.0"
3737
with:
3838
python-version: "${{ env.PYTHON_VERSION }}"
3939

0 commit comments

Comments
 (0)