Bump Actions NPM dependencies (#374)

This commit is contained in:
Konrad Pabjan 2023-01-04 13:55:10 -05:00 committed by GitHub
parent 7a5d4831f7
commit 055b8b3f04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 340 additions and 75 deletions

View file

@ -29,10 +29,10 @@
},
"homepage": "https://github.com/actions/upload-artifact#readme",
"dependencies": {
"@actions/artifact": "^1.1.0",
"@actions/artifact": "^1.1.1",
"@actions/core": "^1.10.0",
"@actions/glob": "^0.1.0",
"@actions/io": "^1.0.2"
"@actions/glob": "^0.3.0",
"@actions/io": "^1.1.2"
},
"devDependencies": {
"@types/jest": "^25.2.1",