From eb743746df97d9b03681d28d043e4b688b8564b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 12:28:20 +0000 Subject: [PATCH] chore(deps): bump garnet-org/action Bumps [garnet-org/action](https://github.com/garnet-org/action) from ccd6b73fddaa3c64195b654090fc1bfcb07788fd to 46e1d3873f30368b2b37205491a975e9a369a526. - [Release notes](https://github.com/garnet-org/action/releases) - [Commits](https://github.com/garnet-org/action/compare/ccd6b73fddaa3c64195b654090fc1bfcb07788fd...46e1d3873f30368b2b37205491a975e9a369a526) --- updated-dependencies: - dependency-name: garnet-org/action dependency-version: 46e1d3873f30368b2b37205491a975e9a369a526 dependency-type: direct:production ... 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 93752b2..baec445 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -13,6 +13,6 @@ jobs: contents: read steps: - uses: actions/checkout@v6 - - uses: garnet-org/action@ccd6b73fddaa3c64195b654090fc1bfcb07788fd + - uses: garnet-org/action@46e1d3873f30368b2b37205491a975e9a369a526 with: api_token: ${{ secrets.GARNET_API_TOKEN }}