From 1725661587f3b08987fdf6b1d37fc81e0adff709 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Samohel?= Date: Tue, 27 Feb 2024 11:04:54 +0100 Subject: [PATCH] :bug: fix checkout version --- .github/workflows/pr_linting.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_linting.yml b/.github/workflows/pr_linting.yml index 414c33fa34..8f1cd438ad 100644 --- a/.github/workflows/pr_linting.yml +++ b/.github/workflows/pr_linting.yml @@ -22,7 +22,7 @@ jobs: outputs: changed_python: ${{ steps.changes.outputs.python }} steps: - - uses: actions/checkout@v3-4 + - uses: actions/checkout@v4 if: github.event_name == 'push' - uses: dorny/paths-filter@master id: changes