This commit is contained in:
Jeff Dickey 2023-12-24 13:34:16 -06:00
parent 10161a135f
commit 61c1bfbed6
No known key found for this signature in database
GPG key ID: 584DADE86724B407
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "rtx-action", "name": "rtx-action",
"version": "1.3.1", "version": "1.3.2",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "rtx-action", "name": "rtx-action",
"version": "1.3.1", "version": "1.3.2",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@actions/cache": "^3.2.2", "@actions/cache": "^3.2.2",

View file

@ -1,7 +1,7 @@
{ {
"name": "rtx-action", "name": "rtx-action",
"description": "rtx tool setup action", "description": "rtx tool setup action",
"version": "1.3.1", "version": "1.3.2",
"author": "jdx", "author": "jdx",
"private": true, "private": true,
"repository": { "repository": {