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