Skip to content

Commit

Permalink
Bump asdf/vm-actions/plugin-test version from v1.0.0 to v3 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
ohmer authored Dec 11, 2024
1 parent 26ae138 commit 650fdae
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
- 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

0 comments on commit 650fdae

Please sign in to comment.