Skip to content

Commit e42f636

Browse files
chore(deps): bump actions/checkout from 6.0.2 to 6.0.3 (#359)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.2 to 6.0.3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6.0.2...v6.0.3) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a7bea30 commit e42f636

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
node-version: [22.x, 24.x, 26.x]
1818

1919
steps:
20-
- uses: actions/checkout@v6.0.2
20+
- uses: actions/checkout@v6.0.3
2121
- name: Use Node.js ${{ matrix.node-version }}
2222
uses: actions/setup-node@v6
2323
with:

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Checkout repository
22-
uses: actions/checkout@v6.0.2
22+
uses: actions/checkout@v6.0.3
2323
with:
2424
fetch-depth: 2
2525

0 commit comments

Comments
 (0)