Skip to content

Commit 8f3bf50

Browse files
Bump actions/checkout from 4.1.6 to 4.1.7
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.6 to 4.1.7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.6...v4.1.7) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e6846d9 commit 8f3bf50

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)