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:
Carlos Alexandro Becker
2026-08-29 15:40:18 -03:00
3 changed files with 7 additions and 7 deletions
Generated Vendored
+2 -2
View File
File diff suppressed because one or more lines are too long
+4 -4
View File
@@ -12,7 +12,7 @@
"@actions/exec": "^3.0.0",
"@actions/http-client": "^4.0.1",
"@actions/tool-cache": "^4.0.0",
"js-yaml": "^5.2.2",
"js-yaml": "^5.2.3",
"semver": "^7.8.5",
"yargs": "^18.1.0"
},
@@ -4738,9 +4738,9 @@
"license": "MIT"
},
"node_modules/js-yaml": {
"version": "5.2.2",
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.2.2.tgz",
"integrity": "sha512-dayzUzKkJ1MkuUtZglSebU43utNXH0OWQByK9rKOOuYIO8M5TV1y+n8ALMdG0rdzBnfNkOmZEqrURepb0ejqBw==",
"version": "5.2.3",
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.2.3.tgz",
"integrity": "sha512-n+mUVyUX5bVv7G/G2zyIHOhdxfuU1dY2NOFzTQUWiMUbFss8b57NFlgCCaggU78wSw5KVS9cllzeLyzyR+n5nw==",
"funding": [
{
"type": "github",
+1 -1
View File
@@ -29,7 +29,7 @@
"@actions/exec": "^3.0.0",
"@actions/http-client": "^4.0.1",
"@actions/tool-cache": "^4.0.0",
"js-yaml": "^5.2.2",
"js-yaml": "^5.2.3",
"semver": "^7.8.5",
"yargs": "^18.1.0"
},