Skip to content

Commit 993e459

Browse files
Bump actions/setup-python from 5.3.0 to 5.4.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.3.0 to 5.4.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.3.0...v5.4.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b3e7641 commit 993e459

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
sparse-checkout: |
1919
docs
2020
- name: Setup python
21-
uses: actions/setup-python@v5.3.0
21+
uses: actions/setup-python@v5.4.0
2222
with:
2323
python-version: 3.x
2424
- name: Get pip cache directory
@@ -64,7 +64,7 @@ jobs:
6464
sparse-checkout: |
6565
docs
6666
- name: Setup python
67-
uses: actions/setup-python@v5.3.0
67+
uses: actions/setup-python@v5.4.0
6868
with:
6969
python-version: 3.x
7070
- name: Get pip cache directory

0 commit comments

Comments
 (0)