From b10808b1cfb561819b12cb9365e9dc1b86c0e56c Mon Sep 17 00:00:00 2001 From: Renovate Date: Mon, 22 Apr 2024 10:34:55 -0400 Subject: [PATCH] Update actions/checkout action to v4.1.3 (#96) Co-authored-by: Renovate Co-committed-by: Renovate --- .gitea/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 34af192..e2b08f4 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -19,7 +19,7 @@ jobs: apt update && apt install -y docker-ce docker-ce-cli containerd.io - name: Checkout branch - uses: https://github.com/actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 + uses: https://github.com/actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 - name: Login to Gitea uses: https://github.com/docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3