Skip to content

Commit 23e8e2e

Browse files
Merge pull request #81 from PlayForm/dependabot/github_actions/actions/checkout-6.0.2
Bump actions/checkout from 6.0.1 to 6.0.2
2 parents b60ab8e + 98191ee commit 23e8e2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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@v6.0.1
54+
- uses: actions/checkout@v6.0.2
5555

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

.github/workflows/Node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
node-version: [18, 19, 20]
6060

6161
steps:
62-
- uses: actions/checkout@v6.0.1
62+
- uses: actions/checkout@v6.0.2
6363

6464
- uses: pnpm/action-setup@v4.2.0
6565
with:

0 commit comments

Comments
 (0)