From 07ba8e568b655a57d6445864a0fb6b5ec950b07a Mon Sep 17 00:00:00 2001 From: Marcel Arns Date: Mon, 8 Jul 2024 09:00:47 +0200 Subject: [PATCH] ci(actions): bump checkout action from v3 to v4 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fd15760..eb1d1f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: timeout-minutes: 5 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Run linter run: | @@ -24,6 +24,6 @@ jobs: timeout-minutes: 5 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - run: ./run_tests.sh