From c9378c520cce1440c629db83e702f0e2dede01b2 Mon Sep 17 00:00:00 2001 From: David Lange Date: Wed, 31 Jan 2024 18:43:40 +0100 Subject: [PATCH] Update check_projects.yml --- .github/workflows/check_projects.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check_projects.yml b/.github/workflows/check_projects.yml index fd6e867..9e8ebcf 100644 --- a/.github/workflows/check_projects.yml +++ b/.github/workflows/check_projects.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout repo content - uses: actions/checkout@v3 # checkout the repository content + uses: actions/checkout@v4 # checkout the repository content - name: setup python uses: actions/setup-python@v4