Skip to content

Commit 36133cd

Browse files
authored
Merge pull request #246 from OXID-eSales/dependabot/github_actions/actions/cache-3.3.3
Bump actions/cache from 3.3.2 to 3.3.3
2 parents 1e02038 + 69c2832 commit 36133cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/development.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: git clone --depth 1 https://github.com/OXID-eSales/oxideshop_ce.git --branch b-6.5.x --single-branch source
2525

2626
- name: Cache current installation
27-
uses: actions/cache@v3.3.2
27+
uses: actions/cache@v3.3.3
2828
with:
2929
path: |
3030
./*
@@ -166,7 +166,7 @@ jobs:
166166
runs-on: ubuntu-latest
167167
steps:
168168
- name: Load current installation from cache
169-
uses: actions/cache@v3.3.2
169+
uses: actions/cache@v3.3.3
170170
with:
171171
path: |
172172
./*
@@ -214,7 +214,7 @@ jobs:
214214
runs-on: ubuntu-latest
215215
steps:
216216
- name: Load current installation from cache
217-
uses: actions/cache@v3.3.2
217+
uses: actions/cache@v3.3.3
218218
with:
219219
path: |
220220
./*

0 commit comments

Comments
 (0)