From 9fbacc3cd4e78e9c4be94c6d9fac5744fc5919d4 Mon Sep 17 00:00:00 2001 From: Alex Matsuev Date: Mon, 24 Nov 2025 16:16:24 +0300 Subject: [PATCH] Update --- .gitea/workflows/my-first-action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/my-first-action.yaml b/.gitea/workflows/my-first-action.yaml index 91d7e9d..040cff3 100644 --- a/.gitea/workflows/my-first-action.yaml +++ b/.gitea/workflows/my-first-action.yaml @@ -13,7 +13,7 @@ jobs: apt update apt install task - - run: actions/checkout@v6 + - uses: actions/checkout@v6 - name: Run task hello run: task hello