Skip to content

Commit

Permalink
chore(deps): Update actions/setup-python action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 19, 2023
1 parent d86aa6b commit 4308d3b
Show file tree
Hide file tree
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
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hocon-bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/parser-bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/uri-bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4308d3b

Please sign in to comment.