mirror of
https://github.com/bcomnes/deploy-to-neocities.git
synced 2026-03-24 07:41:37 +00:00
Merge pull request #248 from bcomnes/dependabot/npm_and_yarn/actions/core-3.0.0
This commit is contained in:
2
index.js
2
index.js
@@ -1,4 +1,4 @@
|
|||||||
import core from '@actions/core'
|
import * as core from '@actions/core'
|
||||||
import {
|
import {
|
||||||
NeocitiesAPIClient,
|
NeocitiesAPIClient,
|
||||||
printDeployText,
|
printDeployText,
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
"url": "https://github.com/bcomnes/deploy-to-neocities/issues"
|
"url": "https://github.com/bcomnes/deploy-to-neocities/issues"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "2.0.3",
|
"@actions/core": "3.0.0",
|
||||||
"async-neocities": "4.1.2",
|
"async-neocities": "4.1.2",
|
||||||
"minimatch": "10.2.4"
|
"minimatch": "10.2.4"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user