Compare commits

...

2 Commits

Author SHA1 Message Date
Bret Comnes
60427a9097 Merge pull request #247 from bcomnes/dependabot/npm_and_yarn/actions/core-2.0.3
chore(deps): bump @actions/core from 2.0.2 to 2.0.3
2026-01-28 09:27:25 -08:00
dependabot[bot]
06da0af190 chore(deps): bump @actions/core from 2.0.2 to 2.0.3
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 2.0.2 to 2.0.3.
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)

---
updated-dependencies:
- dependency-name: "@actions/core"
  dependency-version: 2.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-28 03:53:22 +00:00

View File

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