diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6f2cb0c..f4f4754 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@v2 + uses: asdf-vm/actions/plugin-test@v3 with: command: stratus version diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 0900ef7..7368930 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: asdf-vm/actions/install@v2 + - uses: asdf-vm/actions/install@v3 - run: scripts/lint.bash actionlint: