From a72e09a74ca19d2d35bd915b4804283a3e3e382a Mon Sep 17 00:00:00 2001 From: alexander-gesinn Date: Thu, 12 Dec 2024 12:34:30 +0100 Subject: [PATCH] =?UTF-8?q?chore=20(ci):=20=E2=86=92=20actions/checkout@4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dd82133..2031222 100755 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,7 +29,7 @@ jobs: CKAN_REDIS_URL: redis://redis:6379/1 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Install requirements # Install any extra requirements your extension has here (dev requirements, other extensions etc) run: |