From 9a2eb166da1ce7191d579baeb1290989075ad165 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 2 Jul 2024 15:38:27 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 2af6e08..8f4c7d2 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -15,7 +15,7 @@ jobs: # checkout code - name: 'Clone repo' - uses: 'actions/checkout@v2' + uses: 'actions/checkout@v4' # login to cr.simoncor.net - name: 'Login to cr.simoncor.net'