diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 35fe406d..79c8f09e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -172,7 +172,7 @@ jobs: cache-apt-packages: ${{ matrix.screenshot-driver == 'vips' }} - name: Cache Selenium - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/selenium key: ${{ runner.os }}-selenium-${{ matrix.capybara-driver }}