diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e1fd3b0b..8fcb40bd 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v3 # Use GitHub Actions' cache to shorten build times and decrease load on servers - - uses: actions/cache@v3.2.6 + - uses: actions/cache@v3.3.1 with: path: vendor/bundle key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }} diff --git a/.github/workflows/stage-deploy.yml b/.github/workflows/stage-deploy.yml index 6ea34d3b..74ede1a2 100644 --- a/.github/workflows/stage-deploy.yml +++ b/.github/workflows/stage-deploy.yml @@ -7,7 +7,7 @@ jobs: - name: Checkout 🛎️ uses: actions/checkout@v3 - - uses: actions/cache@v3.2.6 + - uses: actions/cache@v3.3.1 with: path: vendor/bundle key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}