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:
dependabot[bot]
2026-02-09 22:03:07 +01:00
committed by GitHub
parent 94aefa5423
commit 16407620e5
17 changed files with 38 additions and 52 deletions

View File

@@ -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";