mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-04-22 00:33:57 +08:00
Update to @actions/cache 1.0.3 (#438)
Update to version 1.0.3 of the `@actions/cache` module. This pulls in the following changes: * Add a small delay between retry attempts * Do not retry on HTTP responses that are not retryable, such as 409 Conflicts
This commit is contained in:
parent
d1255ad936
commit
8819edf476
20 changed files with 19803 additions and 5191 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "cache",
|
||||
"version": "2.1.2",
|
||||
"version": "2.1.3",
|
||||
"private": true,
|
||||
"description": "Cache dependencies and build outputs",
|
||||
"main": "dist/restore/index.js",
|
||||
|
@ -26,7 +26,7 @@
|
|||
"@actions/core": "^1.2.0",
|
||||
"@actions/exec": "^1.0.1",
|
||||
"@actions/io": "^1.0.1",
|
||||
"@actions/cache": "^1.0.2"
|
||||
"@actions/cache": "^1.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^24.0.13",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue