Skip to content

Commit

Permalink
wlth-113: update actions/cache
Browse files Browse the repository at this point in the history
  • Loading branch information
konstrybakov committed Oct 4, 2024
1 parent a4d1ef5 commit 68d03a7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/actions/setup-bun/action.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
name: "Setup Bun"
description: "Setup Bun with caching"
name: Setup Bun
description: Setup Bun with caching

runs:
using: "composite"
using: composite
steps:
- name: Setup Bun
uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ~/.bun/install/cache
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lockb') }}
Expand Down

0 comments on commit 68d03a7

Please sign in to comment.