Skip to content

Commit 96e1dd4

Browse files
authored
Merge pull request #691 from nikitabobko/bobko/swift-6.0.3
feat: Add 6.0.3
2 parents d4537ff + 8a3e7e6 commit 96e1dd4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

dist/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,7 @@ const semver = __importStar(__nccwpck_require__(1383));
460460
const core = __importStar(__nccwpck_require__(2186));
461461
const os_1 = __nccwpck_require__(1855);
462462
const VERSIONS_LIST = [
463+
["6.0.3", [os_1.OS.MacOS, os_1.OS.Ubuntu]],
463464
["6.0.2", [os_1.OS.MacOS, os_1.OS.Ubuntu]],
464465
["6.0.1", [os_1.OS.MacOS, os_1.OS.Ubuntu]],
465466
["6.0.0", [os_1.OS.MacOS, os_1.OS.Ubuntu]],

src/swift-versions.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import * as core from "@actions/core";
33
import { System, OS } from "./os";
44

55
const VERSIONS_LIST: [string, OS[]][] = [
6+
["6.0.3", [OS.MacOS, OS.Ubuntu]],
67
["6.0.2", [OS.MacOS, OS.Ubuntu]],
78
["6.0.1", [OS.MacOS, OS.Ubuntu]],
89
["6.0.0", [OS.MacOS, OS.Ubuntu]],

0 commit comments

Comments
 (0)