From d9358a0082866dcb22ce990e252d84ddeaae323f Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Tue, 20 Feb 2024 20:14:41 +0100 Subject: [PATCH] Update actions/checkout action to v4 --- .github/workflows/check_code.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check_code.yml b/.github/workflows/check_code.yml index fad3fce..6fb6c83 100644 --- a/.github/workflows/check_code.yml +++ b/.github/workflows/check_code.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: