From 5797066bdf4258d8524747e8f33189d607e758e5 Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Mon, 4 Sep 2023 20:04:23 +0200 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .gitea/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/tests.yml b/.gitea/workflows/tests.yml index f496822..cbceece 100644 --- a/.gitea/workflows/tests.yml +++ b/.gitea/workflows/tests.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout code - uses: actions/checkout@v3 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 - name: single-line options uses: https://git.44net.ch/actions/docker-run-action@main