mirror of
https://github.com/valitydev/repo-file-sync-action.git
synced 2024-11-06 01:45:19 +00:00
🔀 Merge #210 (⬆️ Bump @actions/core from 1.8.0 to 1.8.1)
⬆️ Bump @actions/core from 1.8.0 to 1.8.1
This commit is contained in:
commit
062baee7bd
15
package-lock.json
generated
15
package-lock.json
generated
@ -5,11 +5,18 @@
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
"@actions/core": {
|
||||
"version": "1.8.0",
|
||||
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.8.0.tgz",
|
||||
"integrity": "sha512-XirM+Zo/PFlA+1h+i4bkfvagujta+LIM2AOSzPbt8JqXbbuxb1HTB+FqIyaKmue9yiCx/JIJY6pXsOl3+T8JGw==",
|
||||
"version": "1.8.1",
|
||||
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.8.1.tgz",
|
||||
"integrity": "sha512-LuFg2O/+rRrYxrdafnqH9mx6ADszKzQAhDuEhhMQIh47tsXzWkW4wXY5zvscqJ4KDywyJX0LA0pAESPLUjZXvw==",
|
||||
"requires": {
|
||||
"@actions/http-client": "^1.0.11"
|
||||
"@actions/http-client": "^2.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@actions/http-client": {
|
||||
"version": "2.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-2.0.0.tgz",
|
||||
"integrity": "sha512-fm1+OPPey5ypgStT9K8zbBhICj4J4UV/TJIHDhuWlkb8KyJaAtjcZK184dTqul0dV0nPKX97FNtDXX20BTLXSA=="
|
||||
}
|
||||
}
|
||||
},
|
||||
"@actions/github": {
|
||||
|
@ -27,7 +27,7 @@
|
||||
},
|
||||
"homepage": "https://github.com/marketplace/actions/repo-file-sync-action",
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.8.0",
|
||||
"@actions/core": "^1.8.1",
|
||||
"@actions/github": "^5.0.1",
|
||||
"@octokit/plugin-throttling": "^3.6.2",
|
||||
"@putout/git-status-porcelain": "^1.1.0",
|
||||
|
Loading…
Reference in New Issue
Block a user