diff --git a/.github/workflows/validate-ansible.yml b/.github/workflows/validate-ansible.yml index 63629684..7b908300 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.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@v4.1.7 - name: Virtualenv caching - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.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 68942955..528a10c3 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.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 15887d0c..f45606c2 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.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@v4.1.7 - name: Virtualenv caching - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.0 with: path: ~/venv/current key: ${{ runner.os }}-python3.9-venv-v1-${{ hashFiles('**/requirements/development.txt') }}-${{ hashFiles('**/requirements/production.txt') }}