From d501796021180f017f0dacc970ee7dd6ef817f54 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 11 Sep 2023 07:25:48 +0000 Subject: [PATCH] Update actions/checkout action to v4 --- .gitea/workflows/dl.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/dl.yml b/.gitea/workflows/dl.yml index 5f42ad3..00ed0b7 100644 --- a/.gitea/workflows/dl.yml +++ b/.gitea/workflows/dl.yml @@ -8,7 +8,7 @@ jobs: steps: - run: apt-get update - run: apt-get install -y git nodejs - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: Gr1N/setup-poetry@v8 - run: poetry install - run: poetry run flake8 . @@ -20,7 +20,7 @@ jobs: needs: [lint] steps: - run: apk add git nodejs - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: docker/metadata-action@v4 id: meta with: