We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1e02038 + 69c2832 commit 36133cdCopy full SHA for 36133cd
.github/workflows/development.yml
@@ -24,7 +24,7 @@ jobs:
24
run: git clone --depth 1 https://github.com/OXID-eSales/oxideshop_ce.git --branch b-6.5.x --single-branch source
25
26
- name: Cache current installation
27
- uses: actions/cache@v3.3.2
+ uses: actions/cache@v3.3.3
28
with:
29
path: |
30
./*
@@ -166,7 +166,7 @@ jobs:
166
runs-on: ubuntu-latest
167
steps:
168
- name: Load current installation from cache
169
170
171
172
@@ -214,7 +214,7 @@ jobs:
214
215
216
217
218
219
220
0 commit comments