#Since the v0.11.7 release, the GitHub Action is ignoring the specified version

1 messages · Page 1 of 1 (latest)

split iron
#

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? coolcrying

heavy crane
#

crap

#

😄

#

yeah we need to explicitly use bash with the script i think

#

or remove the bash-isms from the install script

#

it should be fixed now!

split iron
#

That works! Thanks!

surreal wind
heavy crane
#

yeah, gonna turn on a linter asap 😄