Skip to content

Commit bd0de54

Browse files
Merge pull request #41 from CodeEditorLand/dependabot/github_actions/actions/checkout-4.1.7
Bump actions/checkout from 4.1.6 to 4.1.7
2 parents e6846d9 + 8f3bf50 commit bd0de54

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/NPM.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
id-token: write
2525

2626
steps:
27-
- uses: actions/checkout@v4.1.6
27+
- uses: actions/checkout@v4.1.7
2828

2929
- uses: actions/setup-node@v4.0.2
3030
with:

.github/workflows/Node.yml

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

5959
steps:
60-
- uses: actions/checkout@v4.1.6
60+
- uses: actions/checkout@v4.1.7
6161

6262
- uses: pnpm/action-setup@v4.0.0
6363
with:

0 commit comments

Comments
 (0)