chore(deps): update actions/cache action to v4
All checks were successful
CI / Checkstyle Main (pull_request) Successful in 46s
CI / eslint (pull_request) Successful in 50s
CI / prettier (pull_request) Successful in 1m3s
CI / test-build (pull_request) Successful in 1m9s

This commit is contained in:
Renovate 2025-03-12 15:03:14 +00:00
parent 8b2d8f7e05
commit 79b83fc4c8

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: |