Skip to content

Commit 2be2e98

Browse files
Merge pull request #72 from PlayForm/dependabot/github_actions/actions/checkout-5.0.1
Bump actions/checkout from 5.0.0 to 5.0.1
2 parents a27b3b7 + d3bf11b commit 2be2e98

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@v5.0.0
54+
- uses: actions/checkout@v5.0.1
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@v5.0.0
62+
- uses: actions/checkout@v5.0.1
6363

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

0 commit comments

Comments
 (0)