We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 752089c commit 99340e2Copy full SHA for 99340e2
.github/workflows/ci.yml
@@ -49,7 +49,7 @@ jobs:
49
"${{ matrix.magento }}" test-project
50
51
- name: Checkout devcontainer
52
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
53
with:
54
path: test-project/.devcontainer/magento2-devcontainer
55
@@ -144,7 +144,7 @@ jobs:
144
run: npm install -g @devcontainers/cli
145
146
147
148
149
path: .devcontainer/magento2-devcontainer
150
.github/workflows/deploy-docs.yml
@@ -28,7 +28,7 @@ jobs:
28
runs-on: ubuntu-latest
29
steps:
30
- name: Checkout
31
- uses: actions/checkout@v5
32
33
fetch-depth: 0
34
- name: Setup Node
0 commit comments