From 24174d76e47e8a5bd0ae6a86262e5c54df2fe7f2 Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Wed, 25 Sep 2024 14:52:24 +0200 Subject: [PATCH] Bump Checkout action on lint action --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 423f5b3a5..8dcd73557 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Get changed files id: changed-files