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 e9d7cbf commit c755c95Copy full SHA for c755c95
.github/actions/setup/action.yml
@@ -4,7 +4,7 @@ runs:
4
using: composite
5
steps:
6
- uses: jdx/mise-action@5ac50f778e26fac95da98d50503682459e86d566 # v3.2.0
7
- - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
+ - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
8
with:
9
path: ~/.bun/install/cache
10
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lock') }}
0 commit comments