From 3bb30d66bdead7fef18468fcd8044a9baa2d113b Mon Sep 17 00:00:00 2001 From: Bjorn Lammers Date: Wed, 15 Feb 2023 01:46:12 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20checkout=20and=20?= =?UTF-8?q?setup-python?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bjorn Lammers --- .github/workflows/_template_to_readme.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/_template_to_readme.yml b/.github/workflows/_template_to_readme.yml index c1ae552..610d0c5 100644 --- a/.github/workflows/_template_to_readme.yml +++ b/.github/workflows/_template_to_readme.yml @@ -9,10 +9,10 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Setup Python - uses: actions/setup-python@v1 + uses: actions/setup-python@v4 with: python-version: "3.9" architecture: "x64"