From 22a779644da6ce64ad4b781e8d5311ed45436896 Mon Sep 17 00:00:00 2001 From: VC Date: Thu, 6 Mar 2025 17:49:26 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A:=20fix=20ci?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/lint.yml b/.gitea/workflows/lint.yml index e53abf9..35420f8 100644 --- a/.gitea/workflows/lint.yml +++ b/.gitea/workflows/lint.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Run yamllint uses: ibiqlik/action-yamllint@v3 - name: Run ansible-lint