diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ff06d46..9085bba 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v7 # Use GitHub Actions' cache to cache dependencies on servers - - uses: actions/cache@v5 + - uses: actions/cache@v6 with: path: vendor/bundle key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}