From 7ff7a7fa6311a52c5b198d1c49e2f6810d58f44d Mon Sep 17 00:00:00 2001 From: CSRBot Date: Sun, 16 Aug 2026 19:17:13 +0000 Subject: [PATCH] chore(deps): pin actions/checkout action to 9c091bb --- .gitea/workflows/install-yq.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/install-yq.yaml b/.gitea/workflows/install-yq.yaml index ed78ba5..24f8336 100644 --- a/.gitea/workflows/install-yq.yaml +++ b/.gitea/workflows/install-yq.yaml @@ -31,7 +31,7 @@ jobs: # yq-arch: "arm64" # yq-os: "darwin" steps: - - uses: actions/checkout@v7.0.0 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Install yq shell: bash env: