Skip to content

Commit 510f506

Browse files
committed
minor #1439 [CI] Upgrade actions/cache@v4 (smnandre)
This PR was merged into the 2.x branch. Discussion ---------- [CI] Upgrade actions/cache@v4 And remove two or three deprecations :) <img width="1284" alt="Capture d’écran 2024-01-31 à 19 10 39" src="https://github.com/symfony/ux/assets/1359581/4de1036c-694f-4cfe-8410-386eb4adfab4"> Commits ------- 1a63bb0 [CI] Upgrade actions/cache@v4
2 parents c10f602 + 1a63bb0 commit 510f506

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/doctor-rst.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
id: extract_base_branch
2525

2626
- name: Cache DOCtor-RST
27-
uses: actions/cache@v3
27+
uses: actions/cache@v4
2828
with:
2929
path: .cache
3030
key: doctor-rst-${{ steps.extract_base_branch.outputs.branch }}

.github/workflows/test-turbo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
id: yarn-cache-dir-path
7878
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
7979

80-
- uses: actions/cache@v3
80+
- uses: actions/cache@v4
8181
id: yarn-cache
8282
with:
8383
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Get yarn cache directory path
2929
id: yarn-cache-dir-path
3030
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
31-
- uses: actions/cache@v3
31+
- uses: actions/cache@v4
3232
id: yarn-cache
3333
with:
3434
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
@@ -47,7 +47,7 @@ jobs:
4747
- name: Get yarn cache directory path
4848
id: yarn-cache-dir-path
4949
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
50-
- uses: actions/cache@v3
50+
- uses: actions/cache@v4
5151
id: yarn-cache
5252
with:
5353
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
@@ -136,7 +136,7 @@ jobs:
136136
- name: Get yarn cache directory path
137137
id: yarn-cache-dir-path
138138
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
139-
- uses: actions/cache@v3
139+
- uses: actions/cache@v4
140140
id: yarn-cache
141141
with:
142142
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}

0 commit comments

Comments
 (0)