Skip to content

Commit 86b527a

Browse files
authored
Merge pull request #622 from con2/dependabot/github_actions/actions/cache-4
chore(deps): bump actions/cache from 3 to 4
2 parents 000f1f8 + aa0c772 commit 86b527a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/backend.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
python-version: '3.x'
3939

4040
- id: cache-bin
41-
uses: actions/cache@v3
41+
uses: actions/cache@v4
4242
with:
4343
path: bin
4444
key: ${{ runner.os }}-bin-2
@@ -83,7 +83,7 @@ jobs:
8383
python-version: '3.x'
8484

8585
- id: cache-bin
86-
uses: actions/cache@v3
86+
uses: actions/cache@v4
8787
with:
8888
path: bin
8989
key: ${{ runner.os }}-bin-2
@@ -116,7 +116,7 @@ jobs:
116116
python-version: '3.x'
117117

118118
- id: cache-bin
119-
uses: actions/cache@v3
119+
uses: actions/cache@v4
120120
with:
121121
path: bin
122122
key: ${{ runner.os }}-bin-2

.github/workflows/frontend.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
3030

3131
- id: cache-bin
32-
uses: actions/cache@v3
32+
uses: actions/cache@v4
3333
with:
3434
path: bin
3535
key: ${{ runner.os }}-bin-2
@@ -73,7 +73,7 @@ jobs:
7373
cache-dependency-path: frontend/package-lock.json
7474

7575
- id: cache-bin
76-
uses: actions/cache@v3
76+
uses: actions/cache@v4
7777
with:
7878
path: bin
7979
key: ${{ runner.os }}-bin-2
@@ -110,7 +110,7 @@ jobs:
110110
cache-dependency-path: frontend/package-lock.json
111111

112112
- id: cache-bin
113-
uses: actions/cache@v3
113+
uses: actions/cache@v4
114114
with:
115115
path: bin
116116
key: ${{ runner.os }}-bin-2

0 commit comments

Comments
 (0)