diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 62bcfd3..73166eb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -60,7 +60,7 @@ jobs: bundler-cache: true - name: ⚙️ Cache bundle dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: vendor/bundle key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}