diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ed33c4a57..ad060c3a3 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@v2 + uses: asdf-vm/actions/install@v3 - name: lint run: scripts/lint.bash