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 6a5c98b commit 98d94fdCopy full SHA for 98d94fd
1 file changed
.github/actions/setup/action.yml
@@ -4,7 +4,7 @@ runs:
4
using: composite
5
steps:
6
- uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3.6.1
7
- - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
+ - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
8
with:
9
path: ~/.bun/install/cache
10
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lock') }}
0 commit comments