node_modules: update (#248)

Co-authored-by: dawidd6 <9713907+dawidd6@users.noreply.github.com>
This commit is contained in:
Dawid Dziurla
2026-01-09 14:32:48 +01:00
committed by GitHub
parent a9ca158f0a
commit e1da0f2cc9
6 changed files with 24 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@actions/core",
"version": "2.0.1",
"version": "2.0.2",
"description": "Actions core lib",
"keywords": [
"github",
@@ -37,7 +37,7 @@
},
"dependencies": {
"@actions/exec": "^2.0.0",
"@actions/http-client": "^3.0.0"
"@actions/http-client": "^3.0.1"
},
"devDependencies": {
"@types/node": "^16.18.112"