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

Commit db68815

Browse files
authored
Use 5.5 image in action.yml
1 parent 50ee39a commit db68815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.4'
11+
image: 'docker://ghcr.io/swiftwasm/swiftwasm-action:5.5'
1212
args:
1313
- ${{ inputs.shell-action }}

0 commit comments

Comments
 (0)