From 4bf1c8817f3fa1f4d419c2cf243be75d5f5360e5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 03:26:16 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 20425d2b..6e0e2ed4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest container: fedorapython/fedora-python-tox:latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install the base dependencies run: | @@ -33,7 +33,7 @@ jobs: runs-on: ubuntu-latest container: fedorapython/fedora-python-tox:latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install the base dependencies run: |