From 23348435e89cb3d66b8ab8792b2d8118dc943277 Mon Sep 17 00:00:00 2001 From: Andrew Hershberger Date: Sat, 5 Apr 2025 21:12:41 -0400 Subject: [PATCH 1/2] Add 6.1.0 to index.js --- dist/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index 0ef3e29d..886f36e8 100644 --- a/dist/index.js +++ b/dist/index.js @@ -460,6 +460,7 @@ const semver = __importStar(__nccwpck_require__(1383)); const core = __importStar(__nccwpck_require__(2186)); const os_1 = __nccwpck_require__(1855); const VERSIONS_LIST = [ + ["6.1.0", [os_1.OS.MacOS, os_1.OS.Ubuntu]], ["6.0.3", [os_1.OS.MacOS, os_1.OS.Ubuntu]], ["6.0.2", [os_1.OS.MacOS, os_1.OS.Ubuntu]], ["6.0.1", [os_1.OS.MacOS, os_1.OS.Ubuntu]], @@ -17242,4 +17243,4 @@ module.exports = JSON.parse('{"/etc/fedora-release":["Fedora"],"/etc/redhat-rele /******/ module.exports = __webpack_exports__; /******/ /******/ })() -; \ No newline at end of file +; From c3d14e82ba68208eb830b63e91d6b806467a09b5 Mon Sep 17 00:00:00 2001 From: Andrew Hershberger Date: Sat, 5 Apr 2025 21:13:48 -0400 Subject: [PATCH 2/2] Add 6.1.0 to swift-versions.ts --- src/swift-versions.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/swift-versions.ts b/src/swift-versions.ts index a55b461b..7394f926 100644 --- a/src/swift-versions.ts +++ b/src/swift-versions.ts @@ -3,6 +3,7 @@ import * as core from "@actions/core"; import { System, OS } from "./os"; const VERSIONS_LIST: [string, OS[]][] = [ + ["6.1.0", [OS.MacOS, OS.Ubuntu]], ["6.0.3", [OS.MacOS, OS.Ubuntu]], ["6.0.2", [OS.MacOS, OS.Ubuntu]], ["6.0.1", [OS.MacOS, OS.Ubuntu]],