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.
2 parents a81241b + 9fd7eb1 commit da13cb5Copy full SHA for da13cb5
2 files changed
.github/workflows/Auto.yml
@@ -51,7 +51,7 @@ jobs:
51
VCPKG_DISABLE_METRICS: 1
52
53
steps:
54
- - uses: actions/checkout@v6.0.1
+ - uses: actions/checkout@v6.0.2
55
56
- run: |
57
echo "Update: $(date)" > .github/Update.md
.github/workflows/Rust.yml
@@ -57,7 +57,7 @@ jobs:
toolchain: ["stable", "nightly"]
58
59
60
61
62
- uses: actions-rs/toolchain@v1.0.7
63
with:
0 commit comments