chore(deps): update actions/cache action to v4 #63

Merged
jank merged 1 commit from renovate/actions-cache-4.x into main 2025-03-12 15:43:04 +00:00

View file

@ -39,7 +39,7 @@ jobs:
uses: actions/checkout@v4
- name: Install bun
uses: oven-sh/setup-bun@v2
- uses: actions/cache@v3
- uses: actions/cache@v4
working-directory: ./frontend
with:
path: |
@ -65,7 +65,7 @@ jobs:
uses: actions/checkout@v4
- name: Install bun
uses: oven-sh/setup-bun@v2
- uses: actions/cache@v3
- uses: actions/cache@v4
working-directory: ./frontend
with:
path: |
@ -91,7 +91,7 @@ jobs:
uses: actions/checkout@v4
- name: Install bun
uses: oven-sh/setup-bun@v2
- uses: actions/cache@v3
- uses: actions/cache@v4
working-directory: ./frontend
with:
path: |
@ -99,7 +99,7 @@ jobs:
key: ${{ runner.os }}-bun-
restore-keys: |
${{ runner.os }}-bun-
- uses: actions/cache@v3
- uses: actions/cache@v4
working-directory: ./frontend
with:
path: |