We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23c24e6 commit 0ee4067Copy full SHA for 0ee4067
.github/workflows/build.yml
@@ -17,6 +17,6 @@ jobs:
17
runs-on: ${{ matrix.os }}
18
steps:
19
- name: asdf_plugin_test
20
- uses: asdf-vm/actions/plugin-test@v3
+ uses: asdf-vm/actions/plugin-test@v4
21
with:
22
command: tsh version
.github/workflows/lint.yml
@@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v6
- name: Install asdf dependencies
23
- uses: asdf-vm/actions/install@v3
+ uses: asdf-vm/actions/install@v4
24
25
- name: Run ShellCheck
26
run: scripts/shellcheck.bash
@@ -32,7 +32,7 @@ jobs:
32
33
34
35
36
37
- name: List file to shfmt
38
run: shfmt -f .
0 commit comments