diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f718e08..4ea66f1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,6 +17,6 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: asdf_plugin_test - uses: asdf-vm/actions/plugin-test@v3 + uses: asdf-vm/actions/plugin-test@v4 with: command: glow --version diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 6e438d6..14c58a6 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v4 - 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: uses: actions/checkout@v4 - name: Install asdf dependencies - uses: asdf-vm/actions/install@v3 + uses: asdf-vm/actions/install@v4 - name: List file to shfmt run: shfmt -f .