From ee0fa08931b11f40e97dbe3e340c413cf466a084 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 12:21:43 +0200 Subject: [PATCH] chore(deps): update actions/checkout action to v4 (#30) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/on_pull_or_push.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on_pull_or_push.yaml b/.github/workflows/on_pull_or_push.yaml index 8593336..6c920ef 100644 --- a/.github/workflows/on_pull_or_push.yaml +++ b/.github/workflows/on_pull_or_push.yaml @@ -12,6 +12,6 @@ jobs: name: Lint runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - run: python3 -m pip install tox - run: tox -e lint