Skip to content

Commit 102e497

Browse files
dependabot[bot]MatteoH2O1999
authored andcommitted
fix(deps): bump actions/setup-python from 5.2.0 to 5.3.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.2.0 to 5.3.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@f677139...0b93645) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ca074e4 commit 102e497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ runs:
6060
allow-build: ${{ inputs.allow-build }}
6161
token: ${{ inputs.token }}
6262
allow-prereleases: ${{ inputs.allow-prereleases }}
63-
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
63+
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
6464
id: setup
6565
with:
6666
python-version: ${{ steps.build.outputs.python-version }}

0 commit comments

Comments
 (0)