From d164dfc0b7a264465b7c279869f6d8f8b4e11a9c Mon Sep 17 00:00:00 2001 From: feisar-bot Date: Mon, 2 Oct 2023 11:13:49 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20actions/setup-pyt?= =?UTF-8?q?hon=20action=20to=20v4.7.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ----------- | -------------------- | ------ | ------ | | github-tags | actions/setup-python | v4.7.0 | v4.7.1 | --- .github/workflows/publish-schemas.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-schemas.yaml b/.github/workflows/publish-schemas.yaml index 9fe2c121b..552c31c62 100644 --- a/.github/workflows/publish-schemas.yaml +++ b/.github/workflows/publish-schemas.yaml @@ -23,7 +23,7 @@ jobs: setup-tools: kubectl - name: Setup Python - uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0 + uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1 with: python-version: 3.x