Skip to content

Commit b666312

Browse files
ci(deps): bump actions/checkout from 3 to 6 (#31)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 973b4f0 commit b666312

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v6
1515

1616
- name: Set up Node.js
1717
uses: actions/setup-node@v3
@@ -37,7 +37,7 @@ jobs:
3737
if: github.event_name == 'pull_request'
3838

3939
steps:
40-
- uses: actions/checkout@v3
40+
- uses: actions/checkout@v6
4141

4242
- name: Set up Node.js
4343
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)