diff --git a/dist/index.js b/dist/index.js index d37a214..aa377bd 100644 --- a/dist/index.js +++ b/dist/index.js @@ -42252,7 +42252,7 @@ var dist = __nccwpck_require__(4708); // EXTERNAL MODULE: ./node_modules/.pnpm/@actions+tool-cache@2.0.1/node_modules/@actions/tool-cache/lib/tool-cache.js var tool_cache = __nccwpck_require__(8982); ;// CONCATENATED MODULE: ./src/download-and-cache.ts -// Copyright 2021-2024 Zenauth Ltd. +// Copyright 2021-2025 Zenauth Ltd. // SPDX-License-Identifier: Apache-2.0 @@ -42299,7 +42299,7 @@ async function downloadAndCache(url, version) { // EXTERNAL MODULE: external "os" var external_os_ = __nccwpck_require__(857); ;// CONCATENATED MODULE: ./src/get-running-environment.ts -// Copyright 2021-2024 Zenauth Ltd. +// Copyright 2021-2025 Zenauth Ltd. // SPDX-License-Identifier: Apache-2.0 async function getRunningEnvironment() { @@ -42332,7 +42332,7 @@ async function getRunningEnvironment() { /* harmony default export */ const get_running_environment = (getRunningEnvironment); ;// CONCATENATED MODULE: ./src/get-url-to-download.ts -// Copyright 2021-2024 Zenauth Ltd. +// Copyright 2021-2025 Zenauth Ltd. // SPDX-License-Identifier: Apache-2.0 async function getURLToDownload(octokit, runningEnvironment, version) { @@ -42355,7 +42355,7 @@ async function getURLToDownload(octokit, runningEnvironment, version) { /* harmony default export */ const get_url_to_download = (getURLToDownload); ;// CONCATENATED MODULE: ./src/get-version.ts -// Copyright 2021-2024 Zenauth Ltd. +// Copyright 2021-2025 Zenauth Ltd. // SPDX-License-Identifier: Apache-2.0 async function getVersion(octokit, inputVersion) { if (inputVersion === '' || inputVersion === 'latest') { @@ -42377,7 +42377,7 @@ async function getVersion(octokit, inputVersion) { /* harmony default export */ const get_version = (getVersion); ;// CONCATENATED MODULE: ./src/validate.ts -// Copyright 2021-2024 Zenauth Ltd. +// Copyright 2021-2025 Zenauth Ltd. // SPDX-License-Identifier: Apache-2.0 async function validate(runningEnvironment) { @@ -42403,7 +42403,7 @@ async function validate(runningEnvironment) { /* harmony default export */ const src_validate = (validate); ;// CONCATENATED MODULE: ./src/main.ts -// Copyright 2021-2024 Zenauth Ltd. +// Copyright 2021-2025 Zenauth Ltd. // SPDX-License-Identifier: Apache-2.0 diff --git a/eslint.config.mjs b/eslint.config.mjs index 2837411..2c0c9ec 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -1,4 +1,4 @@ -// Copyright 2021-2024 Zenauth Ltd. +// Copyright 2021-2025 Zenauth Ltd. // SPDX-License-Identifier: Apache-2.0 import globals from 'globals' diff --git a/src/download-and-cache.ts b/src/download-and-cache.ts index 207f3d4..d7f0c3c 100644 --- a/src/download-and-cache.ts +++ b/src/download-and-cache.ts @@ -1,4 +1,4 @@ -// Copyright 2021-2024 Zenauth Ltd. +// Copyright 2021-2025 Zenauth Ltd. // SPDX-License-Identifier: Apache-2.0 import * as core from '@actions/core' diff --git a/src/get-running-environment.ts b/src/get-running-environment.ts index 6b8b1e6..86e01f9 100644 --- a/src/get-running-environment.ts +++ b/src/get-running-environment.ts @@ -1,4 +1,4 @@ -// Copyright 2021-2024 Zenauth Ltd. +// Copyright 2021-2025 Zenauth Ltd. // SPDX-License-Identifier: Apache-2.0 import * as os from 'os' diff --git a/src/get-url-to-download.ts b/src/get-url-to-download.ts index d75ff1c..1a49fd4 100644 --- a/src/get-url-to-download.ts +++ b/src/get-url-to-download.ts @@ -1,4 +1,4 @@ -// Copyright 2021-2024 Zenauth Ltd. +// Copyright 2021-2025 Zenauth Ltd. // SPDX-License-Identifier: Apache-2.0 import * as core from '@actions/core' diff --git a/src/get-version.ts b/src/get-version.ts index 6ccdff6..a89511e 100644 --- a/src/get-version.ts +++ b/src/get-version.ts @@ -1,4 +1,4 @@ -// Copyright 2021-2024 Zenauth Ltd. +// Copyright 2021-2025 Zenauth Ltd. // SPDX-License-Identifier: Apache-2.0 import {Octokit} from 'octokit' diff --git a/src/main.ts b/src/main.ts index cef760e..e43fea3 100644 --- a/src/main.ts +++ b/src/main.ts @@ -1,4 +1,4 @@ -// Copyright 2021-2024 Zenauth Ltd. +// Copyright 2021-2025 Zenauth Ltd. // SPDX-License-Identifier: Apache-2.0 import * as core from '@actions/core' diff --git a/src/validate.ts b/src/validate.ts index fadaeba..ecae41a 100644 --- a/src/validate.ts +++ b/src/validate.ts @@ -1,4 +1,4 @@ -// Copyright 2021-2024 Zenauth Ltd. +// Copyright 2021-2025 Zenauth Ltd. // SPDX-License-Identifier: Apache-2.0 import * as core from '@actions/core' diff --git a/tests/get-url-to-download.test.ts b/tests/get-url-to-download.test.ts index 4d727dc..836f3cb 100644 --- a/tests/get-url-to-download.test.ts +++ b/tests/get-url-to-download.test.ts @@ -1,4 +1,4 @@ -// Copyright 2021-2024 Zenauth Ltd. +// Copyright 2021-2025 Zenauth Ltd. // SPDX-License-Identifier: Apache-2.0 import {describe, it} from 'node:test' diff --git a/tests/get-version.test.ts b/tests/get-version.test.ts index 5e44f89..977393c 100644 --- a/tests/get-version.test.ts +++ b/tests/get-version.test.ts @@ -1,4 +1,4 @@ -// Copyright 2021-2024 Zenauth Ltd. +// Copyright 2021-2025 Zenauth Ltd. // SPDX-License-Identifier: Apache-2.0 import {describe, it} from 'node:test' diff --git a/tests/test-utils.test.ts b/tests/test-utils.test.ts index e291c6b..00b2fb1 100644 --- a/tests/test-utils.test.ts +++ b/tests/test-utils.test.ts @@ -1,4 +1,4 @@ -// Copyright 2021-2024 Zenauth Ltd. +// Copyright 2021-2025 Zenauth Ltd. // SPDX-License-Identifier: Apache-2.0 import {RunningEnvironment} from '../src/get-running-environment' diff --git a/tests/validate.test.ts b/tests/validate.test.ts index 9f17c84..95f031b 100644 --- a/tests/validate.test.ts +++ b/tests/validate.test.ts @@ -1,4 +1,4 @@ -// Copyright 2021-2024 Zenauth Ltd. +// Copyright 2021-2025 Zenauth Ltd. // SPDX-License-Identifier: Apache-2.0 import {describe, it} from 'node:test'