diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0876637..d7daed3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,7 +32,7 @@ jobs: - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby-version }} - - uses: actions/cache@v5 + - uses: actions/cache@v6 if: | runner.os == 'Linux' with: @@ -41,7 +41,7 @@ jobs: key: ${{ env.CACHE_VERSION }}-${{ runner.os }}-${{ hashFiles('lib/**') }} restore-keys: | ${{ env.CACHE_VERSION }}-${{ runner.os }}- - - uses: actions/cache@v5 + - uses: actions/cache@v6 if: | runner.os == 'macOS' with: @@ -50,7 +50,7 @@ jobs: key: ${{ env.CACHE_VERSION }}-${{ runner.os }}-${{ hashFiles('lib/**') }} restore-keys: | ${{ env.CACHE_VERSION }}-${{ runner.os }}- - - uses: actions/cache@v5 + - uses: actions/cache@v6 if: | runner.os == 'Windows' with: