Skip to content

Commit f7325c6

Browse files
Merge pull request #21 from CodeEditorLand/dependabot/github_actions/actions/checkout-5.0.0
Bump actions/checkout from 4.2.2 to 5.0.0
2 parents ae8e9f1 + 172de12 commit f7325c6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ 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:

0 commit comments

Comments
 (0)