We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e120e43 commit ad1fd57Copy full SHA for ad1fd57
index.js
@@ -4,7 +4,7 @@ const tc = require("@actions/tool-cache");
4
const os = require("os");
5
const path = require("path");
6
7
-const defaultSwiftVersion = "wasm-5.7.1-RELEASE";
+const defaultSwiftVersion = "wasm-5.8.0-RELEASE";
8
9
async function run(version) {
10
validateVersion(version);
0 commit comments