From 2dd3da85ae538d71a8fd3c78c0878f5b60f1271b Mon Sep 17 00:00:00 2001 From: Martyna Maciejewska Date: Thu, 2 Jan 2025 14:27:36 +0100 Subject: [PATCH] Update backend_static_review.yml --- .github/workflows/backend_static_review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backend_static_review.yml b/.github/workflows/backend_static_review.yml index 40329ac9..11710cd0 100644 --- a/.github/workflows/backend_static_review.yml +++ b/.github/workflows/backend_static_review.yml @@ -34,6 +34,6 @@ jobs: name: Slevomat Coding Standard runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: slevomat/coding-standard@master