From 24302db2674356cc78b089f4433fd4e46cbff8dc Mon Sep 17 00:00:00 2001 From: Andrey Marakulin Date: Wed, 4 Oct 2023 17:31:05 +0300 Subject: [PATCH] yaml-fix --- .github/workflows/build_and_publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_publish.yml b/.github/workflows/build_and_publish.yml index a236b7c..33560b6 100644 --- a/.github/workflows/build_and_publish.yml +++ b/.github/workflows/build_and_publish.yml @@ -9,7 +9,7 @@ jobs: name: Build and publish Python 🐍 distributions 📦 to PyPI and TestPyPI runs-on: ubuntu-latest steps: - - uses: actions/checkout@master + - uses: actions/checkout@v4 - name: Set up Python 3.11 uses: actions/setup-python@v3 with: