1
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2024-10-17 06:34:41 +02:00

Use merge commit

This commit is contained in:
whywaita 2023-02-21 17:31:48 +09:00
parent 23c3b1a9b4
commit fbfbee1e13
No known key found for this signature in database
GPG key ID: 410FE9327D2F4F0E
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View file

@ -5,8 +5,8 @@
"requires": true, "requires": true,
"dependencies": { "dependencies": {
"@actions/cache": { "@actions/cache": {
"version": "https://gitpkg.now.sh/whywaita/toolkit/packages/cache?92c578ecda1d3838b1a7e9f6219a20831c07d8fc", "version": "https://gitpkg.now.sh/whywaita/toolkit/packages/cache?67ce6ca048a3284dd89eb8bb521ae6595338d3dd",
"integrity": "sha512-CdL4CGAURs/l+BfN3K4PpePk3zXrFas/sfg8VqKtyZgp2C4CdiKs6KSSdk5gyx8nVk4ML8oZoe4/wbFuELU4DQ==", "integrity": "sha512-e7titUvUakI5640eKZaMUn6APJU8KjH9bxvt3Y321KER7gOe+rvyLJ7DnVJcTsVLCI8rUYzU+0MmHDeXl6Mi1A==",
"requires": { "requires": {
"@actions/core": "^1.2.6", "@actions/core": "^1.2.6",
"@actions/exec": "^1.0.1", "@actions/exec": "^1.0.1",

View file

@ -23,7 +23,7 @@
"author": "GitHub", "author": "GitHub",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@actions/cache": "https://gitpkg.now.sh/whywaita/toolkit/packages/cache?92c578ecda1d3838b1a7e9f6219a20831c07d8fc", "@actions/cache": "https://gitpkg.now.sh/whywaita/toolkit/packages/cache?67ce6ca048a3284dd89eb8bb521ae6595338d3dd",
"@actions/core": "^1.2.6", "@actions/core": "^1.2.6",
"@actions/exec": "^1.0.1", "@actions/exec": "^1.0.1",
"@actions/io": "^1.1.0", "@actions/io": "^1.1.0",