Skip to content

Commit 9bb1798

Browse files
build: Bump actions/setup-python from 4.3.0 to 4.4.0 (#81)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.3.0 to 4.4.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4.3.0...v4.4.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 341bf68 commit 9bb1798

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

0 commit comments

Comments
 (0)