Skip to content

Commit 97dadbb

Browse files
chore(deps): Bump actions/setup-python from 6.1.0 to 6.2.0 (#25)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 915335b commit 97dadbb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ runs:
294294
- name: Setup Python
295295
id: setup-python
296296
if: ${{ inputs.setup-python == 'true' }}
297-
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
297+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
298298
with:
299299
python-version: ${{ inputs.python-version }}
300300
cache: ${{ inputs.python-cache }}

0 commit comments

Comments
 (0)