Skip to content

Commit e01949b

Browse files
Bump actions/setup-python from 5.6.0 to 6.1.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.6.0 to 6.1.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.6.0...v6.1.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 699d0fc commit e01949b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
docs
2020
scripts
2121
- name: Setup python
22-
uses: actions/setup-python@v5.6.0
22+
uses: actions/setup-python@v6.1.0
2323
with:
2424
python-version: 3.x
2525
- name: Get pip cache directory
@@ -69,7 +69,7 @@ jobs:
6969
docs
7070
scripts
7171
- name: Setup python
72-
uses: actions/setup-python@v5.6.0
72+
uses: actions/setup-python@v6.1.0
7373
with:
7474
python-version: 3.x
7575
- name: Get pip cache directory

0 commit comments

Comments
 (0)