Skip to content

Commit fe6bb3e

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-binary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/checkout@v6.0.3
3131

3232
- name: Setup Python ${{ matrix.python-version }}
33-
uses: actions/setup-python@v6.2.0
33+
uses: actions/setup-python@v6.3.0
3434
with:
3535
python-version: ${{ matrix.python-version }}
3636
allow-prereleases: true

0 commit comments

Comments
 (0)