From 2487f7689cb27cebc9693e910b308d28fc0136e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 14:37:42 +0000 Subject: [PATCH] Bump actions/cache from 3.3.1 to 4.0.0 Bumps [actions/cache](https://github.com/actions/cache) from 3.3.1 to 4.0.0. - [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/v3.3.1...v4.0.0) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... 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 ccd46609..b8ab87ea 100644 --- a/.github/workflows/validate-ansible.yml +++ b/.github/workflows/validate-ansible.yml @@ -18,7 +18,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v3.5.3 - name: Virtualenv caching - uses: actions/cache@v3.3.1 + uses: actions/cache@v4.0.0 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@v3.5.3 - name: Virtualenv caching - uses: actions/cache@v3.3.1 + uses: actions/cache@v4.0.0 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 73d090a0..26834c4d 100644 --- a/.github/workflows/validate-documentation.yml +++ b/.github/workflows/validate-documentation.yml @@ -14,7 +14,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v3.5.3 - name: Virtualenv caching - uses: actions/cache@v3.3.1 + uses: actions/cache@v4.0.0 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 9f7efe58..b1216f45 100644 --- a/.github/workflows/validate-python.yml +++ b/.github/workflows/validate-python.yml @@ -22,7 +22,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v3.5.3 - name: Virtualenv caching - uses: actions/cache@v3.3.1 + uses: actions/cache@v4.0.0 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@v3.5.3 - name: Virtualenv caching - uses: actions/cache@v3.3.1 + uses: actions/cache@v4.0.0 with: path: ~/venv/current key: ${{ runner.os }}-python3.9-venv-v1-${{ hashFiles('**/requirements/development.txt') }}-${{ hashFiles('**/requirements/production.txt') }}