Skip to content

Commit 0172b65

Browse files
Bump actions/setup-python from 5.3.0 to 5.5.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.3.0 to 5.5.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.3.0...v5.5.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 05e86ae commit 0172b65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/cargo-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
find . -path ./src/generated -prune -o -name '*.rs' -print | xargs rustup run nightly rustfmt --edition 2021 --check
2424
2525
- name: Set up Python
26-
uses: actions/setup-python@v5.3.0
26+
uses: actions/setup-python@v5.5.0
2727
with:
2828
python-version: "3.10"
2929

0 commit comments

Comments
 (0)