Skip to content

Commit 9344e76

Browse files
Bump actions/setup-python from 6.1.0 to 6.2.0 in /reuse
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.1.0 to 6.2.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6.1.0...v6.2.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f660b90 commit 9344e76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reuse/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ runs:
7171
ref: ${{ inputs.branch }}
7272

7373
- name: Setup Python
74-
uses: actions/setup-python@v6.1.0
74+
uses: actions/setup-python@v6.2.0
7575
id: setup-python
7676
with:
7777
python-version: ${{ inputs.python-version}}

0 commit comments

Comments
 (0)