diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a4589b..253f3e7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,20 +8,13 @@ on: jobs: test: runs-on: ${{ matrix.os }} - strategy: fail-fast: false - matrix: os: - ubuntu-latest - macos-latest - steps: - - name: asdf_plugin_test - uses: asdf-vm/actions/plugin-test@v1.0.0 + - uses: asdf-vm/actions/plugin-test@v3 with: command: "terragrunt --version" - env: - GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }} # automatically provided - ACTIONS_ALLOW_UNSECURE_COMMANDS: true # enabling until there's a better solution