Skip to content

Commit 9caca65

Browse files
Merge pull request #319 from PlayForm/dependabot/github_actions/actions/checkout-6.0.1
Bump actions/checkout from 4.2.2 to 6.0.1
2 parents 98e72da + ad3b087 commit 9caca65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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@v4.2.2
60+
- uses: actions/checkout@v6.0.1
6161

6262
- uses: actions/setup-node@v6.1.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@v4.2.2
62+
- uses: actions/checkout@v6.0.1
6363

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

0 commit comments

Comments
 (0)