mirror of
https://github.com/Koenkk/zigbee-OTA.git
synced 2026-06-24 13:36:14 +00:00
fix(ignore): bump @actions/core from 2.0.2 to 3.0.0 (#1064)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Koen Kanters <koenkanters94@gmail.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import {rmSync} from "node:fs";
|
||||
import type CoreApi from "@actions/core";
|
||||
import type * as CoreApi from "@actions/core";
|
||||
import type {Context} from "@actions/github/lib/context";
|
||||
import type {Octokit} from "@octokit/rest";
|
||||
import {afterAll, afterEach, beforeAll, beforeEach, describe, expect, it, type MockInstance, vi} from "vitest";
|
||||
|
||||
Reference in New Issue
Block a user