Skip to content

Commit e9ffe18

Browse files
Merge pull request #727 from PlayForm/dependabot/github_actions/actions/checkout-7.0.0
Bump actions/checkout from 6.0.2 to 7.0.0
2 parents e172f01 + d8ca0bd commit e9ffe18

3 files changed

Lines changed: 3 additions & 3 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@v6.0.2
54+
- uses: actions/checkout@v7.0.0
5555

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

.github/workflows/NPM.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
id-token: write
5858

5959
steps:
60-
- uses: actions/checkout@v6.0.2
60+
- uses: actions/checkout@v7.0.0
6161

6262
- uses: actions/setup-node@v7.0.0
6363
with:

.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.2
62+
- uses: actions/checkout@v7.0.0
6363

6464
- uses: pnpm/action-setup@v6.0.8
6565
with:

0 commit comments

Comments
 (0)