Skip to content

Commit ab5949f

Browse files
build(deps): bump actions/checkout from 6 to 7 in the github-actions group (#563)
build(deps): bump actions/checkout in the github-actions group Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f041aa6 commit ab5949f

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/pr-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Checkout repository
25-
uses: actions/checkout@v6
25+
uses: actions/checkout@v7
2626
with:
2727
fetch-depth: 0
2828

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
name: Publish EA release to NPM
2525
steps:
2626
- name: Checkout sources
27-
uses: actions/checkout@v6
27+
uses: actions/checkout@v7
2828
with:
2929
ref: ${{ github.ref_name }}
3030
fetch-depth: 0
@@ -90,7 +90,7 @@ jobs:
9090
rm releasebranch.txt
9191
9292
- name: Checkout sources
93-
uses: actions/checkout@v6
93+
uses: actions/checkout@v7
9494
with:
9595
ref: ${{ (github.event_name == 'workflow_run' && steps.releasebranch.outputs.branch) || github.ref }}
9696
fetch-depth: 0

.github/workflows/push-to-registry.yml

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

2424
steps:
2525
- name: Checkout repository
26-
uses: actions/checkout@v6
26+
uses: actions/checkout@v7
2727

2828
- name: Install node 24
2929
uses: actions/setup-node@v6

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
pull-requests: write
2525
steps:
2626
- name: Checkout sources
27-
uses: actions/checkout@v6
27+
uses: actions/checkout@v7
2828
with:
2929
fetch-depth: 0
3030
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
MAIN_NODE_VER: '24'
2828
steps:
2929
- name: Checkout sources
30-
uses: actions/checkout@v6
30+
uses: actions/checkout@v7
3131

3232
- name: Install node ${{ matrix.node }}
3333
uses: actions/setup-node@v6

0 commit comments

Comments
 (0)