Skip to content

Commit 8eac841

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 a38b277 commit 8eac841

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
@@ -19,7 +19,7 @@ jobs:
1919
docs
2020
scripts
2121
- name: Setup python
22-
uses: actions/setup-python@v5.3.0
22+
uses: actions/setup-python@v5.4.0
2323
with:
2424
python-version: 3.x
2525
- name: Get pip cache directory
@@ -68,7 +68,7 @@ jobs:
6868
docs
6969
scripts
7070
- name: Setup python
71-
uses: actions/setup-python@v5.3.0
71+
uses: actions/setup-python@v5.4.0
7272
with:
7373
python-version: 3.x
7474
- name: Get pip cache directory

0 commit comments

Comments
 (0)