Skip to content

Commit f867d6c

Browse files
build(deps): bump actions/checkout from 6 to 7
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>
1 parent 02269ce commit f867d6c

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/_test-existing-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
"${{ matrix.magento }}" test-project
4848
4949
- name: Checkout devcontainer
50-
uses: actions/checkout@v6
50+
uses: actions/checkout@v7
5151
with:
5252
path: test-project/.devcontainer/magento2-devcontainer
5353

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
run: npm install -g @devcontainers/cli
9797

9898
- name: Checkout devcontainer
99-
uses: actions/checkout@v6
99+
uses: actions/checkout@v7
100100
with:
101101
path: .devcontainer/magento2-devcontainer
102102

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
steps:
3030
- name: Checkout
31-
uses: actions/checkout@v6
31+
uses: actions/checkout@v7
3232
with:
3333
fetch-depth: 0
3434
- name: Setup Node

.github/workflows/sync-starter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout starter repo
17-
uses: actions/checkout@v6
17+
uses: actions/checkout@v7
1818
with:
1919
repository: graycoreio/magento2-devcontainer-starter
2020
token: ${{ secrets.GRAYCORE_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)