We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05e86ae commit c8398f1Copy full SHA for c8398f1
.github/workflows/cargo-test.yml
@@ -23,7 +23,7 @@ jobs:
23
find . -path ./src/generated -prune -o -name '*.rs' -print | xargs rustup run nightly rustfmt --edition 2021 --check
24
25
- name: Set up Python
26
- uses: actions/setup-python@v5.3.0
+ uses: actions/setup-python@v6.0.0
27
with:
28
python-version: "3.10"
29
0 commit comments