Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): Update actions/setup-python action to v5
Browse files Browse the repository at this point in the history
renovate[bot] authored Dec 22, 2023
1 parent 95b1a7f commit c5bbecd
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/crond-bump-version.yml
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ jobs:
- uses: baptiste0928/cargo-install@v2
with:
crate: cargo-edit
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- run: pip install semver
2 changes: 1 addition & 1 deletion .github/workflows/hocon-bump-version.yml
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ jobs:
- uses: baptiste0928/cargo-install@v2
with:
crate: cargo-edit
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- run: pip install semver
2 changes: 1 addition & 1 deletion .github/workflows/parser-bump-version.yml
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ jobs:
- uses: baptiste0928/cargo-install@v2
with:
crate: cargo-edit
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- run: pip install semver
2 changes: 1 addition & 1 deletion .github/workflows/uri-bump-version.yml
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ jobs:
- uses: baptiste0928/cargo-install@v2
with:
crate: cargo-edit
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- run: pip install semver

0 comments on commit c5bbecd

Please sign in to comment.