mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 14:16:44 +00:00
Update Dependabot.yml
Romeo Rosete
This commit is contained in:
parent
4864dba049
commit
2c8bc7d4a2
1 changed files with 2 additions and 20 deletions
22
.github/workflows/Dependabot.yml
vendored
22
.github/workflows/Dependabot.yml
vendored
|
|
@ -1,20 +1,2 @@
|
||||||
Romeo Rosete - name: Cache
|
|
||||||
uses: actions/cache@v4.2.3
|
.github/workflows/Dependabot.yml
|
||||||
with:
|
|
||||||
# A list of files, directories, and wildcard patterns to cache and restore
|
|
||||||
path:
|
|
||||||
# An explicit key for restoring and saving the cache
|
|
||||||
key:
|
|
||||||
# An ordered multiline string listing the prefix-matched keys, that are used for restoring stale cache if no cache hit occurred for key. Note `cache-hit` returns false in this case.
|
|
||||||
restore-keys: # optional
|
|
||||||
# The chunk size used to split up large files during upload, in bytes
|
|
||||||
upload-chunk-size: # optional
|
|
||||||
# An optional boolean when enabled, allows windows runners to save or restore caches that can be restored or saved respectively on other platforms
|
|
||||||
enableCrossOsArchive: # optional, default is false
|
|
||||||
# Fail the workflow if cache entry is not found
|
|
||||||
fail-on-cache-miss: # optional, default is false
|
|
||||||
# Check if a cache entry exists for the given input(s) (key, restore-keys) without downloading the cache
|
|
||||||
lookup-only: # optional, default is false
|
|
||||||
# Run the post step to save the cache even if another step before fails
|
|
||||||
save-always: # optional, default is false
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue