From 7160ae8d803c2e1ce48884f1736a2a0fc7063db5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 01:24:34 +0000 Subject: [PATCH] Bump github/gh-aw-actions/setup from 0.87.1 to 0.87.2 Bumps [github/gh-aw-actions/setup](https://github.com/github/gh-aw-actions) from 0.87.1 to 0.87.2. - [Release notes](https://github.com/github/gh-aw-actions/releases) - [Changelog](https://github.com/github/gh-aw-actions/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/gh-aw-actions/compare/423b3dc04bbf1b1797194a4a75aa5cf5d0d4f5b3...b304200a0ef4b3998673bfc7945acb08ab8c88b7) --- updated-dependencies: - dependency-name: github/gh-aw-actions/setup dependency-version: 0.87.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/validate-pat-pool.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate-pat-pool.yml b/.github/workflows/validate-pat-pool.yml index 8775d00346..5ada69dee3 100644 --- a/.github/workflows/validate-pat-pool.yml +++ b/.github/workflows/validate-pat-pool.yml @@ -23,7 +23,7 @@ jobs: else echo "status=invalid" >> "$GITHUB_OUTPUT"; fi steps: - name: Setup gh-aw scripts - uses: github/gh-aw-actions/setup@423b3dc04bbf1b1797194a4a75aa5cf5d0d4f5b3 # v0.68.3 + uses: github/gh-aw-actions/setup@b304200a0ef4b3998673bfc7945acb08ab8c88b7 # v0.68.3 with: destination: ${{ runner.temp }}/gh-aw/actions