🔀 Merge #205 (⬆️ Bump @actions/core from 1.7.0 to 1.8.0)

⬆️ Bump @actions/core from 1.7.0 to 1.8.0
This commit is contained in:
BetaHuhn Bot 2022-05-06 02:32:23 +02:00 committed by GitHub
commit ffd6dc8e81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -5,9 +5,9 @@
"requires": true, "requires": true,
"dependencies": { "dependencies": {
"@actions/core": { "@actions/core": {
"version": "1.7.0", "version": "1.8.0",
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.7.0.tgz", "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.8.0.tgz",
"integrity": "sha512-7fPSS7yKOhTpgLMbw7lBLc1QJWvJBBAgyTX2PEhagWcKK8t0H8AKCoPMfnrHqIm5cRYH4QFPqD1/ruhuUE7YcQ==", "integrity": "sha512-XirM+Zo/PFlA+1h+i4bkfvagujta+LIM2AOSzPbt8JqXbbuxb1HTB+FqIyaKmue9yiCx/JIJY6pXsOl3+T8JGw==",
"requires": { "requires": {
"@actions/http-client": "^1.0.11" "@actions/http-client": "^1.0.11"
} }

View File

@ -27,7 +27,7 @@
}, },
"homepage": "https://github.com/marketplace/actions/repo-file-sync-action", "homepage": "https://github.com/marketplace/actions/repo-file-sync-action",
"dependencies": { "dependencies": {
"@actions/core": "^1.7.0", "@actions/core": "^1.8.0",
"@actions/github": "^5.0.1", "@actions/github": "^5.0.1",
"@octokit/plugin-throttling": "^3.6.2", "@octokit/plugin-throttling": "^3.6.2",
"@putout/git-status-porcelain": "^1.1.0", "@putout/git-status-porcelain": "^1.1.0",