From 8e61dd5c8feaf03e2e427ea5812e27fd48c5b227 Mon Sep 17 00:00:00 2001 From: Barnabas Busa Date: Tue, 14 Apr 2026 15:58:13 +0200 Subject: [PATCH] ci: bump pinned GitHub Actions to latest - asdf-vm/actions/setup v3.0.2 -> v4.0.1 (required after asdf v0.16 Go rewrite; old action clones master and no longer yields a runnable asdf binary) - actions/github-script v8.0.0 -> v9.0.0 Co-Authored-By: Claude Opus 4.6 (1M context) --- .github/actions/setup/action.yaml | 2 +- .github/workflows/syncoor-devnet-0.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/setup/action.yaml b/.github/actions/setup/action.yaml index e80f5d4..18299c2 100644 --- a/.github/actions/setup/action.yaml +++ b/.github/actions/setup/action.yaml @@ -4,7 +4,7 @@ runs: using: composite steps: - name: Install asdf - uses: asdf-vm/actions/setup@05e0d2ed97b598bfce82fd30daf324ae0c4570e6 # v3.0.2 + uses: asdf-vm/actions/setup@b7bcd026f18772e44fe1026d729e1611cc435d47 # v4.0.1 - name: Install asdf tools shell: bash diff --git a/.github/workflows/syncoor-devnet-0.yaml b/.github/workflows/syncoor-devnet-0.yaml index 420905f..34c8a14 100644 --- a/.github/workflows/syncoor-devnet-0.yaml +++ b/.github/workflows/syncoor-devnet-0.yaml @@ -248,7 +248,7 @@ jobs: git-ref: ${{ inputs.git-ref }} - name: Update test results index - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: |