Skip to content

Commit f6cb1e1

Browse files
dependabot[bot]MatteoH2O1999
authored andcommitted
fix(deps): bump actions/setup-python from 5.0.0 to 5.1.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.0.0 to 5.1.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@0a5c615...82c7e63) --- 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>
1 parent 829f12c commit f6cb1e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

+1-1
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@0a5c61591373683505ea898e09a3ea4f39ef2b9c
63+
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d
6464
id: setup
6565
with:
6666
python-version: ${{ steps.build.outputs.python-version }}

0 commit comments

Comments
 (0)