From 217928edd7d488f2d22b081eeebe9af3f5993414 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Mon, 20 Jul 2026 09:04:20 +0000 Subject: [PATCH] ci: upgrade pinned actions/setup-go v6 -> v7 via ratchet Only major-version bump available this cycle. All other pinned actions are already at their latest release within existing @vX constraints (ratchet update produced no diff). setup-go v7.0.0 changes are internal (source migrated to ESM, @actions/cache bumped to 6.2.0); runtime stays node24 and no action inputs/outputs changed, so this is a low-risk upgrade. Co-authored-by: Nick Pellegrino --- .github/workflows/docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 67b965e..46a9f4f 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # ratchet:actions/checkout@v7 with: ref: ${{ github.event.workflow_run.head_sha }} - - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # ratchet:actions/setup-go@v6 + - uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # ratchet:actions/setup-go@v7 with: go-version: "1.26.0" - name: Configure AWS credentials