Skip to content

Commit e94097e

Browse files
dependabot[bot]meyer1994
authored andcommitted
Bump actions/setup-python from 4 to 5
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6c86c72 commit e94097e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- uses: actions/checkout@v4
24-
- uses: actions/setup-python@v4
24+
- uses: actions/setup-python@v5
2525
with:
2626
python-version: '3.11'
2727
cache: 'pip'
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
node-version: current
5555
cache: npm
56-
- uses: actions/setup-python@v4
56+
- uses: actions/setup-python@v5
5757
with:
5858
python-version: '3.11'
5959
cache: 'pip'

0 commit comments

Comments
 (0)