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') }}