From bc521cd69530d6562ba83dfa2136aa867414a20b Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 3 Feb 2026 09:12:23 +0000 Subject: [PATCH] chore(deps): pin dependencies --- .github/workflows/pypi-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pypi-publish.yml b/.github/workflows/pypi-publish.yml index 6985cb9c..f1da4dc8 100644 --- a/.github/workflows/pypi-publish.yml +++ b/.github/workflows/pypi-publish.yml @@ -11,8 +11,8 @@ jobs: id-token: write steps: - name: Checkout sources - uses: actions/checkout@v4 - - uses: actions/setup-python@v5 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5 with: python-version: '3.11' cache: 'pip'