From 8a7be0dd7f6c69648aae8a4dab78e4d0e4c10706 Mon Sep 17 00:00:00 2001 From: Igor Astashov Date: Wed, 13 Dec 2023 16:09:15 +0700 Subject: [PATCH] Add - checkout@v4 --- .github/workflows/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 628a27d..bebf3ed 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -14,7 +14,7 @@ jobs: # check-out repo and set-up python #---------------------------------------------- - name: Check out repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up python id: setup-python uses: actions/setup-python@v4