From 02561deab763af474c3bfc42182f3857a51ea3cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 16:16:16 +0000 Subject: [PATCH 1/2] build(deps): Bump github/gh-aw from 0.66.1 to 0.68.1 Bumps [github/gh-aw](https://github.com/github/gh-aw) from 0.66.1 to 0.68.1. - [Release notes](https://github.com/github/gh-aw/releases) - [Changelog](https://github.com/github/gh-aw/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/gh-aw/compare/d688a4a5fa8aa96ad18fa13f0b187c38548a275c...5a06d310cf45161bde77d070065a1e1489fc411c) --- updated-dependencies: - dependency-name: github/gh-aw dependency-version: 0.68.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/copilot-setup-steps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index 1f50cffa..173e59c6 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -21,7 +21,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v6 - name: Install gh-aw extension - uses: github/gh-aw/actions/setup-cli@d688a4a5fa8aa96ad18fa13f0b187c38548a275c # v0.66.1 + uses: github/gh-aw/actions/setup-cli@5a06d310cf45161bde77d070065a1e1489fc411c # v0.68.1 with: version: v0.66.1 - name: Install uv From ef6c7d0e1662e3ab13117d99618548821711cef2 Mon Sep 17 00:00:00 2001 From: Sasa Junuzovic Date: Mon, 13 Apr 2026 09:29:27 -0700 Subject: [PATCH 2/2] fix: also bump gh-aw CLI version to v0.68.1 Dependabot updated the action SHA pin but not the version input parameter, causing a mismatch between the setup-cli action (v0.68.1) and the CLI binary it installs (v0.66.1). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .github/workflows/copilot-setup-steps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index 173e59c6..c7661d86 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -23,7 +23,7 @@ jobs: - name: Install gh-aw extension uses: github/gh-aw/actions/setup-cli@5a06d310cf45161bde77d070065a1e1489fc411c # v0.68.1 with: - version: v0.66.1 + version: v0.68.1 - name: Install uv uses: astral-sh/setup-uv@v7 - name: Install Python dependencies