From 1f315a5f5c9e661511c32199620513cbff090dd3 Mon Sep 17 00:00:00 2001 From: Eric Cornelissen Date: Wed, 25 Mar 2026 16:14:24 +0100 Subject: [PATCH 1/2] Bump asdf-vm/actions from 4.0.0 to 4.0.1 --- .github/workflows/checks.yml | 2 +- .github/workflows/gha.sum | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 93a3fd08..3a0fbe53 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -33,7 +33,7 @@ jobs: - name: Verify action checksums uses: ./.github/actions/ghasum - name: Install tooling - uses: asdf-vm/actions/install@v4.0.0 + uses: asdf-vm/actions/install@v4.0.1 if: ${{ matrix.what == 'ci' || matrix.what == 'sh' }} - name: Install Node.js uses: actions/setup-node@v6.3.0 diff --git a/.github/workflows/gha.sum b/.github/workflows/gha.sum index fc394e75..44122ea5 100755 --- a/.github/workflows/gha.sum +++ b/.github/workflows/gha.sum @@ -11,7 +11,7 @@ actions/setup-node@v4.3.0 42jvLeHkfmB6GxoSth6I7EvbxtWh47IRGuqDDrNCYhM= actions/setup-node@v6.3.0 YE2XI3pUxni3vrkMkKmOCgSgclFAg+gpr1bj1WgQ/Tk= actions/upload-artifact@v7.0.0 i5J8N4Q0JUfyFTpJEYaFPj+hZEkunlO+blQNEv9+jQI= asdf-vm/actions@b7bcd026f18772e44fe1026d729e1611cc435d47 NTSr2fG0/s/purlk1j8nFi/OZXSGAlRzB+GB0KKzhTk= -asdf-vm/actions@v4.0.0 eGZn+tf2SoEwu2pptGEHoXu4mnO/zJHvqWldHAhWmtM= +asdf-vm/actions@v4.0.1 NTSr2fG0/s/purlk1j8nFi/OZXSGAlRzB+GB0KKzhTk= ericcornelissen/tool-versions-update-action@v2.2.0 hEKQk7PtggFp4V/aUnbNy7/VbpQsYTUurzocvHKI3Qw= github/codeql-action@b1bff81932f5cdfc8695c7752dcee935dcd061c8 osaMoMl0h2/8q1LRJZfxtu+nLCWaziVAVPazqOavVt0= github/codeql-action@v4.33.0 osaMoMl0h2/8q1LRJZfxtu+nLCWaziVAVPazqOavVt0= From 76ebcf1406a40999ed99468349e299cf97d8a006 Mon Sep 17 00:00:00 2001 From: Eric Cornelissen Date: Wed, 25 Mar 2026 16:17:26 +0100 Subject: [PATCH 2/2] Remove outdated condition See ccae56c09482299c6ff40c4255dd242eb74ede38 --- .github/workflows/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 3a0fbe53..7750ece2 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -34,7 +34,7 @@ jobs: uses: ./.github/actions/ghasum - name: Install tooling uses: asdf-vm/actions/install@v4.0.1 - if: ${{ matrix.what == 'ci' || matrix.what == 'sh' }} + if: ${{ matrix.what == 'ci' }} - name: Install Node.js uses: actions/setup-node@v6.3.0 with: