mirror of
https://github.com/goreleaser/goreleaser-action
synced 2026-09-01 21:20:41 +00:00
Merge remote-tracking branch 'origin/master' into cache
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com> # Conflicts: # dist/index.js
This commit is contained in:
+2
-2
File diff suppressed because one or more lines are too long
Generated
+4
-4
@@ -12,7 +12,7 @@
|
|||||||
"@actions/exec": "^3.0.0",
|
"@actions/exec": "^3.0.0",
|
||||||
"@actions/http-client": "^4.0.1",
|
"@actions/http-client": "^4.0.1",
|
||||||
"@actions/tool-cache": "^4.0.0",
|
"@actions/tool-cache": "^4.0.0",
|
||||||
"js-yaml": "^5.2.2",
|
"js-yaml": "^5.2.3",
|
||||||
"semver": "^7.8.5",
|
"semver": "^7.8.5",
|
||||||
"yargs": "^18.1.0"
|
"yargs": "^18.1.0"
|
||||||
},
|
},
|
||||||
@@ -4738,9 +4738,9 @@
|
|||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
},
|
},
|
||||||
"node_modules/js-yaml": {
|
"node_modules/js-yaml": {
|
||||||
"version": "5.2.2",
|
"version": "5.2.3",
|
||||||
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.2.2.tgz",
|
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.2.3.tgz",
|
||||||
"integrity": "sha512-dayzUzKkJ1MkuUtZglSebU43utNXH0OWQByK9rKOOuYIO8M5TV1y+n8ALMdG0rdzBnfNkOmZEqrURepb0ejqBw==",
|
"integrity": "sha512-n+mUVyUX5bVv7G/G2zyIHOhdxfuU1dY2NOFzTQUWiMUbFss8b57NFlgCCaggU78wSw5KVS9cllzeLyzyR+n5nw==",
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
"type": "github",
|
"type": "github",
|
||||||
|
|||||||
+1
-1
@@ -29,7 +29,7 @@
|
|||||||
"@actions/exec": "^3.0.0",
|
"@actions/exec": "^3.0.0",
|
||||||
"@actions/http-client": "^4.0.1",
|
"@actions/http-client": "^4.0.1",
|
||||||
"@actions/tool-cache": "^4.0.0",
|
"@actions/tool-cache": "^4.0.0",
|
||||||
"js-yaml": "^5.2.2",
|
"js-yaml": "^5.2.3",
|
||||||
"semver": "^7.8.5",
|
"semver": "^7.8.5",
|
||||||
"yargs": "^18.1.0"
|
"yargs": "^18.1.0"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user