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