From 7fcc7d4e4a8f2db98a01c5d4b5ea08fc867b125e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 13:44:03 +0000 Subject: [PATCH] Bump actions/cache from 4.0.2 to 4.1.2 Bumps [actions/cache](https://github.com/actions/cache) from 4.0.2 to 4.1.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v4.0.2...v4.1.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/validate-ansible.yml | 4 ++-- .github/workflows/validate-documentation.yml | 2 +- .github/workflows/validate-python.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/validate-ansible.yml b/.github/workflows/validate-ansible.yml index 63629684..539af4cc 100644 --- a/.github/workflows/validate-ansible.yml +++ b/.github/workflows/validate-ansible.yml @@ -18,7 +18,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4.1.7 - name: Virtualenv caching - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.2 with: path: ~/venv/current key: ${{ runner.os }}-python3.9-venv-v1-${{ hashFiles('**/requirements/development.txt') }}-${{ hashFiles('**/requirements/production.txt') }} @@ -43,7 +43,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4.1.7 - name: Virtualenv caching - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.2 with: path: ~/venv/current key: ${{ runner.os }}-python3.9-venv-v1-${{ hashFiles('**/requirements/development.txt') }}-${{ hashFiles('**/requirements/production.txt') }} diff --git a/.github/workflows/validate-documentation.yml b/.github/workflows/validate-documentation.yml index 68942955..cb1928ba 100644 --- a/.github/workflows/validate-documentation.yml +++ b/.github/workflows/validate-documentation.yml @@ -14,7 +14,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4.1.7 - name: Virtualenv caching - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.2 with: path: ~/venv/current key: ${{ runner.os }}-python3.9-venv-v1-${{ hashFiles('**/requirements/development.txt') }}-${{ hashFiles('**/requirements/production.txt') }} diff --git a/.github/workflows/validate-python.yml b/.github/workflows/validate-python.yml index 15887d0c..dfb831a1 100644 --- a/.github/workflows/validate-python.yml +++ b/.github/workflows/validate-python.yml @@ -22,7 +22,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4.1.7 - name: Virtualenv caching - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.2 with: path: ~/venv/current key: ${{ runner.os }}-python3.9-venv-v1-${{ hashFiles('**/requirements/development.txt') }}-${{ hashFiles('**/requirements/production.txt') }} @@ -64,7 +64,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4.1.7 - name: Virtualenv caching - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.2 with: path: ~/venv/current key: ${{ runner.os }}-python3.9-venv-v1-${{ hashFiles('**/requirements/development.txt') }}-${{ hashFiles('**/requirements/production.txt') }}