From 6208395dad1a897f52457e86c51e4fe23a563324 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 23 Sep 2025 14:01:50 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Renovate:=20Update=20(patch)=20a?= =?UTF-8?q?ctions/cache=20action=20to=20v3.0.11?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/dag-config-check.yml | 2 +- .gitea/workflows/gitea_tar-valon_ansible_deploy.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/dag-config-check.yml b/.gitea/workflows/dag-config-check.yml index 30111db..a2c2336 100644 --- a/.gitea/workflows/dag-config-check.yml +++ b/.gitea/workflows/dag-config-check.yml @@ -36,7 +36,7 @@ jobs: version: "11.4.0" - name: Cache Ansible Galaxy Collections - uses: actions/cache@v3 + uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # v3.0.11 with: path: collections key: ${{ runner.os }}-ansible-${{ hashFiles('./collections/requirements.yml') }} diff --git a/.gitea/workflows/gitea_tar-valon_ansible_deploy.yml b/.gitea/workflows/gitea_tar-valon_ansible_deploy.yml index a1bccc3..9eb390f 100644 --- a/.gitea/workflows/gitea_tar-valon_ansible_deploy.yml +++ b/.gitea/workflows/gitea_tar-valon_ansible_deploy.yml @@ -91,7 +91,7 @@ jobs: uses: actions/checkout@v5 - name: Cache Ansible Galaxy Collections - uses: actions/cache@v3 + uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # v3.0.11 with: path: collections key: ${{ runner.os }}-ansible-${{ hashFiles('./collections/requirements.yml') }} @@ -197,7 +197,7 @@ jobs: ref: main - name: Cache Ansible Galaxy Collections - uses: actions/cache@v3 + uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # v3.0.11 with: path: collections key: ${{ runner.os }}-ansible-${{ hashFiles('./collections/requirements.yml') }} -- 2.52.0