Skip to content

Commit 69c3b61

Browse files
chore(deps): bump actions/setup-python from 5.4.0 to 6.2.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.4.0 to 6.2.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@4237552...a309ff8) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b830b0e commit 69c3b61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
run: corepack enable yarn
9393

9494
- name: Use Python ${{ matrix.python-version }}
95-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
95+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
9696
with:
9797
python-version: ${{ matrix.python-version }}
9898

0 commit comments

Comments
 (0)