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 592c76e + 531955b commit 61016c4Copy full SHA for 61016c4
3 files changed
.github/Update.md
@@ -1 +1 @@
1
-Update: Thu Aug 7 02:19:33 UTC 2025
+Update: Tue Aug 12 02:01:06 UTC 2025
.github/workflows/Auto.yml
@@ -51,7 +51,7 @@ jobs:
51
VCPKG_DISABLE_METRICS: 1
52
53
steps:
54
- - uses: actions/checkout@v4.2.2
+ - uses: actions/checkout@v5.0.0
55
56
- run: |
57
echo "Update: $(date)" > .github/Update.md
.github/workflows/Rust.yml
@@ -57,14 +57,14 @@ jobs:
toolchain: ["stable", "nightly"]
58
59
60
61
62
- uses: actions-rs/toolchain@v1.0.7
63
with:
64
profile: minimal
65
toolchain: ${{ matrix.toolchain }}
66
67
- - uses: actions/cache@v4.2.3
+ - uses: actions/cache@v4.2.4
68
69
path: |
70
~/.cargo/bin/
0 commit comments