From faa2e36ab557a5f48880e926167cbc17583caf1a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 1 Oct 2025 00:49:11 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Renovate:=20Update=20(minor)=20a?= =?UTF-8?q?ctions/cache=20action=20to=20v4.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/dag-config-check.yml | 4 ++-- .gitea/workflows/gitea_tar-valon_ansible_deploy.yml | 8 ++++---- .gitea/workflows/vault-auto-unseal-flow.yml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/dag-config-check.yml b/.gitea/workflows/dag-config-check.yml index 2e944ab..8f0b4f1 100644 --- a/.gitea/workflows/dag-config-check.yml +++ b/.gitea/workflows/dag-config-check.yml @@ -35,7 +35,7 @@ jobs: version: "11.4.0" - name: Cache Ansible Galaxy Collections - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 with: path: collections key: ${{ runner.os }}-ansible-${{ hashFiles('./collections/requirements.yml') }} @@ -48,7 +48,7 @@ jobs: vault_version: 1.18.0 - name: Cache pip - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements*.txt') }} diff --git a/.gitea/workflows/gitea_tar-valon_ansible_deploy.yml b/.gitea/workflows/gitea_tar-valon_ansible_deploy.yml index 955d1ac..a87d800 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 - name: Cache Ansible Galaxy Collections - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 with: path: collections key: ${{ runner.os }}-ansible-${{ hashFiles('./collections/requirements.yml') }} @@ -109,7 +109,7 @@ jobs: vault_version: 1.18.0 - name: Cache pip - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements*.txt') }} @@ -197,7 +197,7 @@ jobs: ref: main - name: Cache Ansible Galaxy Collections - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 with: path: collections key: ${{ runner.os }}-ansible-${{ hashFiles('./collections/requirements.yml') }} @@ -215,7 +215,7 @@ jobs: vault_version: 1.18.0 - name: Cache pip - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements*.txt') }} diff --git a/.gitea/workflows/vault-auto-unseal-flow.yml b/.gitea/workflows/vault-auto-unseal-flow.yml index 7d8e2e7..f76f0a8 100644 --- a/.gitea/workflows/vault-auto-unseal-flow.yml +++ b/.gitea/workflows/vault-auto-unseal-flow.yml @@ -28,7 +28,7 @@ jobs: - name: Cache Vault install id: cache-vault - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 with: path: /opt/hostedtoolcache/vault/${{ env.HC_VAULT_VERSION }}/x64 key: vault-${{ runner.os }}-${{ env.HC_VAULT_VERSION }}