Skip to content

Commit

Permalink
ci(cache): update version from v3 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
PunGrumpy committed Mar 19, 2024
1 parent 72f04b6 commit 6a363c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: 🍞 Setup Bun
uses: oven-sh/setup-bun@v1
- name: 🌡 Cache bun
uses: actions/cache@v3
uses: actions/cache@v4
id: cache-bun
with:
path: ~/.bun
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
- name: 🍞 Setup Bun
uses: oven-sh/setup-bun@v1
- name: 🌡 Cache bun
uses: actions/cache@v3
uses: actions/cache@v4
id: cache-bun
with:
path: ~/.bun
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
- name: 🍞 Setup Bun
uses: oven-sh/setup-bun@v1
- name: 🌡 Cache bun
uses: actions/cache@v3
uses: actions/cache@v4
id: cache-bun
with:
path: ~/.bun
Expand Down

0 comments on commit 6a363c8

Please sign in to comment.