Since the v0.11.7 release this morning. I've noticed all of my GitHub Workflows are reporting an engine mismatch. Even though, I've always specified the version of the CLI:
- name: Call Dagger Module Function Tests
uses: dagger/dagger-for-github@v5
with:
version: "0.11.6"
verb: call
module: ci
args: |
test \
returns:
Run dagger/dagger-for-github@v5
with:
version: 0.11.6
verb: call
module: ci
args: |
test \
--snip--
Run # Fallback to /usr/local for backwards compatability
sh: 270: [[: not found
sh: 272: [[: not found
sh: 284: [[: not found
sh: 286: [[: not found
sh debug downloading files into /tmp/tmp.8NtbJXbndJ
sh debug http_download https://dl.dagger.io/dagger/releases/0.11.7/dagger_v0.11.7_linux_amd64.tar.gz
sh debug http_download https://dl.dagger.io/dagger/releases/0.11.7/checksums.txt
sh debug display shell completion instructions
Any ideas how to resolve this? 