Skip to content

Commit

Permalink
ci(github-action)!: Update asdf-vm/actions action to v3 (#4)
Browse files Browse the repository at this point in the history
Co-authored-by: bjw-s-bot <87358111+bjw-s-bot[bot]@users.noreply.github.com>
  • Loading branch information
bjw-s-bot[bot] authored Oct 24, 2023
1 parent 9199a47 commit 0166133
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ 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: talosctl
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@b4ffde65f46336ab88eb53be808477a3936bae11 # 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 @@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 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

0 comments on commit 0166133

Please sign in to comment.