Skip to content
This repository has been archived by the owner on Dec 17, 2023. It is now read-only.

Bump actions/cache from 2 to 3.0.11 #60

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ jobs:
ruby-version: 2.6.x
-
name: Set up gems cache
uses: actions/cache@v2
uses: actions/cache@v3.0.11
with:
path: vendor/bundle
key: ${{ runner.os }}-gem-${{ hashFiles('**/Gemfile.lock') }}
restore-keys: |
${{ runner.os }}-gem-
-
name: Set up node_modules cache
uses: actions/cache@v2
uses: actions/cache@v3.0.11
with:
path: node_modules
key: ${{ runner.os }}-node-${{ hashFiles('**/yarn.lock') }}
Expand Down