Skip to content

Commit ce8db0b

Browse files
Bump actions/checkout from 6.0.1 to 6.0.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6.0.1...v6.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ac41a10 commit ce8db0b

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
@@ -57,7 +57,7 @@ jobs:
5757
id-token: write
5858

5959
steps:
60-
- uses: actions/checkout@v6.0.1
60+
- uses: actions/checkout@v6.0.2
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@v6.0.1
62+
- uses: actions/checkout@v6.0.2
6363

6464
- uses: pnpm/action-setup@v5.0.0
6565
with:

0 commit comments

Comments
 (0)