mirror of
https://github.com/actions/cache.git
synced 2026-02-27 10:14:09 +08:00
Merge pull request #1722 from RyPeck/patch-1
Some checks failed
Tests / test-save (ubuntu-latest) (push) Successful in 7s
License check / Check licenses (push) Failing after 47s
Tests / build (ubuntu-latest) (push) Successful in 49s
Tests / test-proxy-save (push) Failing after 1m21s
Tests / test-proxy-restore (push) Has been skipped
Code scanning / CodeQL-Build (push) Failing after 2m32s
Tests / build (macOS-latest) (push) Has been cancelled
Tests / build (windows-latest) (push) Has been cancelled
Tests / test-save (macOS-latest) (push) Has been cancelled
Tests / test-save (windows-latest) (push) Has been cancelled
Tests / test-restore (macOS-latest) (push) Has been cancelled
Tests / test-restore (ubuntu-latest) (push) Has been cancelled
Tests / test-restore (windows-latest) (push) Has been cancelled
Close inactive issues / close-issues (push) Successful in 8s
Some checks failed
Tests / test-save (ubuntu-latest) (push) Successful in 7s
License check / Check licenses (push) Failing after 47s
Tests / build (ubuntu-latest) (push) Successful in 49s
Tests / test-proxy-save (push) Failing after 1m21s
Tests / test-proxy-restore (push) Has been skipped
Code scanning / CodeQL-Build (push) Failing after 2m32s
Tests / build (macOS-latest) (push) Has been cancelled
Tests / build (windows-latest) (push) Has been cancelled
Tests / test-save (macOS-latest) (push) Has been cancelled
Tests / test-save (windows-latest) (push) Has been cancelled
Tests / test-restore (macOS-latest) (push) Has been cancelled
Tests / test-restore (ubuntu-latest) (push) Has been cancelled
Tests / test-restore (windows-latest) (push) Has been cancelled
Close inactive issues / close-issues (push) Successful in 8s
Fix cache key in examples.md for bun.lock
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
with:
|
||||
path: |
|
||||
~/.bun/install/cache
|
||||
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lockb') }}
|
||||
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lock') }}
|
||||
```
|
||||
|
||||
### Windows
|
||||
@@ -59,7 +59,7 @@
|
||||
with:
|
||||
path: |
|
||||
~\.bun
|
||||
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lockb') }}
|
||||
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lock') }}
|
||||
```
|
||||
|
||||
## C# - NuGet
|
||||
|
||||
Reference in New Issue
Block a user