Merge pull request #248 from bcomnes/dependabot/npm_and_yarn/actions/core-3.0.0

This commit is contained in:
Bret Comnes
2026-02-26 09:34:12 -08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
import core from '@actions/core'
import * as core from '@actions/core'
import {
NeocitiesAPIClient,
printDeployText,

View File

@@ -7,7 +7,7 @@
"url": "https://github.com/bcomnes/deploy-to-neocities/issues"
},
"dependencies": {
"@actions/core": "2.0.3",
"@actions/core": "3.0.0",
"async-neocities": "4.1.2",
"minimatch": "10.2.4"
},