From 796a52788e54f788ded8324db464dff02e7958ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 23:56:23 +0000 Subject: [PATCH] Bump actions/setup-go from 6.2.0 to 6.3.0 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 6.2.0 to 6.3.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v6.2.0...v6.3.0) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- .github/workflows/publish.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7e4bb5b..e0102f8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v6.0.2 - name: Set up Go - uses: actions/setup-go@v6.2.0 + uses: actions/setup-go@v6.3.0 with: go-version-file: go.mod @@ -55,7 +55,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v6.0.2 - name: Setup Go - uses: actions/setup-go@v6.2.0 + uses: actions/setup-go@v6.3.0 with: go-version-file: go.mod - name: Download Dependencies @@ -97,7 +97,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v6.0.2 - name: Setup Go (cache for Docker build) - uses: actions/setup-go@v6.2.0 + uses: actions/setup-go@v6.3.0 with: go-version-file: go.mod - name: Build image and run staircase tests diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6e96a66..79b8ca4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -29,7 +29,7 @@ jobs: uses: actions/checkout@v6.0.2 - name: Set up Go - uses: actions/setup-go@v6.2.0 + uses: actions/setup-go@v6.3.0 with: go-version: '1.24'