Skip to content

Commit ad1fd57

Browse files
authored
Update default version
1 parent e120e43 commit ad1fd57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const tc = require("@actions/tool-cache");
44
const os = require("os");
55
const path = require("path");
66

7-
const defaultSwiftVersion = "wasm-5.7.1-RELEASE";
7+
const defaultSwiftVersion = "wasm-5.8.0-RELEASE";
88

99
async function run(version) {
1010
validateVersion(version);

0 commit comments

Comments
 (0)