Skip to content
This repository was archived by the owner on Mar 10, 2024. It is now read-only.

Commit 5f4ac6c

Browse files
Update toolchain 5.9.1
1 parent eca31b9 commit 5f4ac6c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ jobs:
2323
file: ./Dockerfile
2424
push: true
2525
tags: |
26-
ghcr.io/swiftwasm/swiftwasm-action:5.8
26+
ghcr.io/swiftwasm/swiftwasm-action:5.9
2727
ghcr.io/swiftwasm/swiftwasm-action:latest

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/swiftwasm/carton:0.19.1
1+
FROM ghcr.io/swiftwasm/carton:0.20.0
22

33
LABEL maintainer="SwiftWasm Maintainers <[email protected]>"
44
LABEL Description="Docker Container for the SwiftWasm toolchain and SDK"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- uses: actions/checkout@v3
28-
- uses: swiftwasm/swiftwasm-action@v5.8
28+
- uses: swiftwasm/swiftwasm-action@v5.9
2929
with:
3030
shell-action: carton test
3131
```
@@ -48,7 +48,7 @@ jobs:
4848
steps:
4949
- uses: actions/checkout@v3
5050
51-
- uses: swiftwasm/swiftwasm-action@v5.8
51+
- uses: swiftwasm/swiftwasm-action@v5.9
5252
with:
5353
shell-action: carton bundle
5454
- uses: actions/upload-pages-artifact@v1

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ inputs:
88
default: 'carton test'
99
runs:
1010
using: 'docker'
11-
image: 'docker://ghcr.io/swiftwasm/swiftwasm-action:5.8'
11+
image: 'docker://ghcr.io/swiftwasm/swiftwasm-action:5.9'
1212
args:
1313
- ${{ inputs.shell-action }}

0 commit comments

Comments
 (0)