diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 44580d1..1840409 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -40,7 +40,7 @@ jobs: ruby-version: ${{ matrix.ruby-version }} - name: Set up cache key for gems - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: vendor/bundle key: ${{ runner.os }}-gem-use-ruby-${{ hashFiles('**/Gemfile.lock') }} @@ -61,7 +61,7 @@ jobs: run: echo "::set-output name=dir::$(yarn cache dir)" - name: Set up cache key for node_modules - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{ steps.yarn-cache.outputs.dir }} key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}