From b44be101117b3fe619489077bd82dc672043d80c Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Fri, 8 Nov 2024 14:07:19 +0100 Subject: [PATCH] chore(deps): update actions/checkout action to v4 (#500) --- .github/workflows/test_suite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_suite.yml b/.github/workflows/test_suite.yml index 0f219787..9f146a9b 100644 --- a/.github/workflows/test_suite.yml +++ b/.github/workflows/test_suite.yml @@ -137,7 +137,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Setup Python uses: actions/setup-python@v4 with: