From f3cb07d931754f3bb6883b99ebec80cc751258df Mon Sep 17 00:00:00 2001 From: Imran Siddique Date: Fri, 12 Jun 2026 13:53:28 -0700 Subject: [PATCH] ci: fix unresolvable setup-python pin Co-Authored-By: Claude Fable 5 --- .github/workflows/validate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index a10773e..cde737b 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false - - uses: actions/setup-python@a309ff8b426b58ec0c2a8ab4c9b25b69b0f59b6e # v6.2.0 + - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 with: python-version: "3.12" - name: Validate integration manifests against schema