Skip to content

Commit

Permalink
chore(deps): bump asdf-vm/actions from 2 to 3 (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 8, 2023
1 parent 2bd2098 commit 0fcfd62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4

- name: Install asdf dependencies
uses: asdf-vm/actions/install@v2
uses: asdf-vm/actions/install@v3
- name: Run ShellCheck
run: scripts/shellcheck.bash

Expand All @@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v4

- name: Install asdf dependencies
uses: asdf-vm/actions/install@v2
uses: asdf-vm/actions/install@v3

- name: List file to shfmt
run: shfmt -f .
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: asdf plugin test
uses: asdf-vm/actions/plugin-test@v2
uses: asdf-vm/actions/plugin-test@v3
with:
command: firebase --help
github_token: ${{ github.token }}
Expand All @@ -33,7 +33,7 @@ jobs:
with:
fetch-depth: 0
- name: Install asdf dependencies
uses: asdf-vm/actions/install@v2
uses: asdf-vm/actions/install@v3
- name: Run tests
run: bats test
env:
Expand Down

0 comments on commit 0fcfd62

Please sign in to comment.