We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22e0efc commit 097b393Copy full SHA for 097b393
.github/workflows/create-release.yml
@@ -9,7 +9,7 @@ jobs:
9
release:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
13
with:
14
fetch-depth: 0
15
.github/workflows/test-apps.yml
@@ -34,11 +34,11 @@ jobs:
34
!contains(github.event.head_commit.author.name, '[bot]')
35
36
37
38
39
fetch-depth: 2
40
41
42
43
repository: ecomplus/store
44
path: store
0 commit comments