From 1f7ea4bfca5b64ab2156711e9e0ba07afe7911d6 Mon Sep 17 00:00:00 2001 From: "agntcy-automation[bot]" <269490587+agntcy-automation[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 00:47:46 +0000 Subject: [PATCH] chore(deps): update github actions --- .github/workflows/dependencies.yaml | 2 +- .github/workflows/reusable-test-sdk.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dependencies.yaml b/.github/workflows/dependencies.yaml index 5935bdd..d57cf3f 100644 --- a/.github/workflows/dependencies.yaml +++ b/.github/workflows/dependencies.yaml @@ -36,7 +36,7 @@ jobs: - name: Setup Python (uv) uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 with: - version: "0.11.32" + version: "0.12.0" enable-cache: true - name: Run Renovate diff --git a/.github/workflows/reusable-test-sdk.yaml b/.github/workflows/reusable-test-sdk.yaml index 4c85a72..53d687b 100644 --- a/.github/workflows/reusable-test-sdk.yaml +++ b/.github/workflows/reusable-test-sdk.yaml @@ -52,7 +52,7 @@ jobs: fetch-depth: 0 - name: Login to ghcr.io - uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1 + uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2 with: registry: ghcr.io username: notused