Skip to content

Commit 99340e2

Browse files
committed
ci: actions/checkout@v6
1 parent 752089c commit 99340e2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
"${{ matrix.magento }}" test-project
5050
5151
- name: Checkout devcontainer
52-
uses: actions/checkout@v4
52+
uses: actions/checkout@v6
5353
with:
5454
path: test-project/.devcontainer/magento2-devcontainer
5555

@@ -144,7 +144,7 @@ jobs:
144144
run: npm install -g @devcontainers/cli
145145

146146
- name: Checkout devcontainer
147-
uses: actions/checkout@v4
147+
uses: actions/checkout@v6
148148
with:
149149
path: .devcontainer/magento2-devcontainer
150150

.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@v5
31+
uses: actions/checkout@v6
3232
with:
3333
fetch-depth: 0
3434
- name: Setup Node

0 commit comments

Comments
 (0)