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 +; 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]],