diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ee51db9..3be029c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,6 +23,6 @@ jobs: CI: true steps: - name: asdf_plugin_test - uses: asdf-vm/actions/plugin-test@v2 + uses: asdf-vm/actions/plugin-test@v3 with: command: op --version diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 6113e6f..c1586e6 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -15,7 +15,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 @@ -27,7 +27,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 .