From 0d92d66564c2e1e7303d3b3adef085c46cf24d21 Mon Sep 17 00:00:00 2001 From: Codinget Date: Fri, 22 May 2026 21:43:52 +0000 Subject: [PATCH] ci: we need a ref for actions/checkout --- .gitea/workflows/test-checkout.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/test-checkout.yaml b/.gitea/workflows/test-checkout.yaml index b962868..54d8e22 100644 --- a/.gitea/workflows/test-checkout.yaml +++ b/.gitea/workflows/test-checkout.yaml @@ -5,13 +5,13 @@ jobs: self: runs-on: ubuntu-latest steps: - - uses: actions/checkout + - uses: actions/checkout@v6 - run: ls -lah other-in-user: runs-on: ubuntu-latest steps: - - uses: actions/checkout + - uses: actions/checkout@v6 with: repository: codinget/totallynotmalware - run: ls -lah @@ -19,7 +19,7 @@ jobs: other-in-other-org: runs-on: ubuntu-latest steps: - - uses: actions/checkout + - uses: actions/checkout@v6 with: repository: privileged/action-tests - run: ls -lah