diff --git a/.github/workflows/auto-release-minor.yml b/.github/workflows/auto-release-minor.yml index 6376a9b..06aa6c5 100644 --- a/.github/workflows/auto-release-minor.yml +++ b/.github/workflows/auto-release-minor.yml @@ -29,7 +29,7 @@ jobs: bundler-cache: false - name: Cache gems - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: vendor/bundle key: ${{ runner.os }}-ruby-${{ matrix.ruby-version }}-gems-${{ hashFiles('Gemfile.lock', 'pinot.gemspec') }} @@ -57,7 +57,7 @@ jobs: bundler-cache: false - name: Cache gems - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: vendor/bundle key: ${{ runner.os }}-ruby-3.2-gems-${{ hashFiles('Gemfile.lock', 'pinot.gemspec') }}