Skip to content

Commit 61016c4

Browse files
Merge branch 'Current' of ssh://github.com/CodeEditorLand/SideCar into Current
2 parents 592c76e + 531955b commit 61016c4

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/Update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Update: Thu Aug 7 02:19:33 UTC 2025
1+
Update: Tue Aug 12 02:01:06 UTC 2025

.github/workflows/Auto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
VCPKG_DISABLE_METRICS: 1
5252

5353
steps:
54-
- uses: actions/checkout@v4.2.2
54+
- uses: actions/checkout@v5.0.0
5555

5656
- run: |
5757
echo "Update: $(date)" > .github/Update.md

.github/workflows/Rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@ jobs:
5757
toolchain: ["stable", "nightly"]
5858

5959
steps:
60-
- uses: actions/checkout@v4.2.2
60+
- uses: actions/checkout@v5.0.0
6161

6262
- uses: actions-rs/toolchain@v1.0.7
6363
with:
6464
profile: minimal
6565
toolchain: ${{ matrix.toolchain }}
6666

67-
- uses: actions/cache@v4.2.3
67+
- uses: actions/cache@v4.2.4
6868
with:
6969
path: |
7070
~/.cargo/bin/

0 commit comments

Comments
 (0)