🔀 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:
BetaHuhn Bot 2022-05-13 02:42:05 +02:00 committed by GitHub
commit 062baee7bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 5 deletions

15
package-lock.json generated
View File

@ -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": {

View File

@ -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",