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 e8e994b commit 8aa6b48Copy full SHA for 8aa6b48
.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: ktlint --help
.github/workflows/lint.yml
@@ -14,7 +14,7 @@ jobs:
14
uses: actions/checkout@v5
15
16
- name: Install asdf dependencies
- uses: asdf-vm/actions/install@v3
+ uses: asdf-vm/actions/install@v4
- name: Run ShellCheck
run: scripts/shellcheck.bash
@@ -26,7 +26,7 @@ jobs:
26
27
28
29
30
31
- name: List file to shfmt
32
run: shfmt -f .
0 commit comments