From 8cf169b837b787db2a5a01aecfda7634d49c7c4c Mon Sep 17 00:00:00 2001 From: Gato Date: Sat, 23 May 2026 20:41:45 +0200 Subject: [PATCH] correction config action de gitea --- .gitea/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 754b900..53336a9 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -15,10 +15,10 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: https://github.com/actions/checkout@v4 - name: Setup Node.js - uses: actions/setup-node@v4 + uses: https://github.com/actions/setup-node@v4 with: node-version: '22' cache: 'npm'