From f55cabc471bbaaabd4481c961082208e7858ccd8 Mon Sep 17 00:00:00 2001 From: Dmitriy Sintsov Date: Fri, 29 Sep 2023 22:10:32 +0300 Subject: [PATCH] Use github actions/checkout v4. --- .github/workflows/ci-testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-testing.yml b/.github/workflows/ci-testing.yml index a8c110d..9baebe6 100644 --- a/.github/workflows/ci-testing.yml +++ b/.github/workflows/ci-testing.yml @@ -13,7 +13,7 @@ jobs: bootstrap: [3, 4, 5] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Python uses: actions/setup-python@v4 with: