Skip to content

Commit f5a7593

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 2c04280 commit f5a7593

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
persist-credentials: false
3030

31-
- uses: actions/setup-python@v5.3.0
31+
- uses: actions/setup-python@v5.4.0
3232
with:
3333
python-version: "3.9"
3434
cache: 'pip'
@@ -61,7 +61,7 @@ jobs:
6161
sudo apt-get update
6262
sudo apt-get install --no-install-suggests --no-install-recommends inkscape scour
6363
64-
- uses: actions/setup-python@v5.3.0
64+
- uses: actions/setup-python@v5.4.0
6565
with:
6666
python-version: "3.9"
6767
cache: 'pip'

0 commit comments

Comments
 (0)