Skip to content

Commit

Permalink
Merge pull request #40 from sidepelican/patch-1
Browse files Browse the repository at this point in the history
Update default version to 5.8
  • Loading branch information
kateinoigakukun authored May 9, 2023
2 parents e120e43 + bb450fa commit 9d5280c
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ jobs:
with:
swift-version: ${{ matrix.swift-version }}
- run: swift --version
test-default:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: ./
- run: swift --version
test-nightly:
runs-on: ubuntu-20.04
steps:
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/nightly/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/nightly/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const tc = require("@actions/tool-cache");
const os = require("os");
const path = require("path");

const defaultSwiftVersion = "wasm-5.7.1-RELEASE";
const defaultSwiftVersion = "wasm-5.8.0-RELEASE";

async function run(version) {
validateVersion(version);
Expand Down

0 comments on commit 9d5280c

Please sign in to comment.