From d35cf9fc820da94b29127f77adb7524777d8e0b4 Mon Sep 17 00:00:00 2001 From: securisec Date: Thu, 11 Apr 2024 22:07:32 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=93=20Apr=2011,=202024=2010:07:27?= =?UTF-8?q?=E2=80=AFPM?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 💚 build steps added/updated --- .github/workflows/tests_multi_os.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests_multi_os.yml b/.github/workflows/tests_multi_os.yml index 4ff96cd..7464c94 100644 --- a/.github/workflows/tests_multi_os.yml +++ b/.github/workflows/tests_multi_os.yml @@ -106,9 +106,9 @@ jobs: needs: test if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3 - name: setup - uses: actions/setup-python@v2.2.1 + uses: actions/setup-python@v4 with: python-version: "3.7" - name: build