We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 706d295 commit 4e4b29aCopy full SHA for 4e4b29a
1 file changed
.github/workflows/release-please.yml
@@ -57,11 +57,11 @@ jobs:
57
node-version: '22'
58
registry-url: 'https://registry.npmjs.org'
59
60
- - uses: runs-on/cache@v4
+ - uses: actions/cache@v4
61
with:
62
- path: ~/.bun/install/cache
63
- key: bun-cache-${{ hashFiles('**/bun.lock') }}
64
- restore-keys: bun-cache-
+ path: |
+ ~/.bun/install/cache
+ key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lockb') }}
65
66
- name: Install dependencies
67
run: bun install
0 commit comments