diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 30579d35..32b3ff66 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v4 # Use GitHub Actions' cache to shorten build times and decrease load on servers - - uses: actions/cache@v3.3.1 + - uses: actions/cache@v3.3.2 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 b1ec008e..9fe1cad6 100644 --- a/.github/workflows/stage-deploy.yml +++ b/.github/workflows/stage-deploy.yml @@ -7,7 +7,7 @@ jobs: - name: Checkout 🛎️ uses: actions/checkout@v4 - - uses: actions/cache@v3.3.1 + - uses: actions/cache@v3.3.2 with: path: vendor/bundle key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}