diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index f3a8454..95a6c5d 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -20,7 +20,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Cache pip - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: .venv # Look to see if there is a cache hit for the corresponding requirements file @@ -45,7 +45,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Cache pip - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: .venv # Look to see if there is a cache hit for the corresponding requirements file @@ -75,7 +75,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Cache pip - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: .venv # Look to see if there is a cache hit for the corresponding requirements file @@ -104,7 +104,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Cache pip - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: .venv # Look to see if there is a cache hit for the corresponding requirements file @@ -133,7 +133,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Cache pip - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: .venv # Look to see if there is a cache hit for the corresponding requirements file