Skip to content

Commit c0f5159

Browse files
build(deps): bump actions/checkout from 6 to 7 (#1039)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' 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 2c7fdb5 commit c0f5159

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Check out
19-
uses: actions/checkout@v6
19+
uses: actions/checkout@v7
2020
with:
2121
fetch-depth: 0
2222

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
package-manager: [npm, pnpm]
2424
steps:
2525
- name: Check out
26-
uses: actions/checkout@v6
26+
uses: actions/checkout@v7
2727

2828
- name: Set up Node ${{ matrix.node-version }}
2929
uses: actions/setup-node@v6

.github/workflows/preview.yml

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

1717
steps:
1818
- name: Checkout code
19-
uses: actions/checkout@v6
19+
uses: actions/checkout@v7
2020

2121
- name: Install
2222
uses: ./.github/composite-actions/install

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
id-token: write # to enable use of OIDC for trusted publishing and npm provenance
2121

2222
steps:
23-
- uses: actions/checkout@v6
23+
- uses: actions/checkout@v7
2424
with:
2525
fetch-depth: 0
2626
persist-credentials: false

0 commit comments

Comments
 (0)