We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bba95e1 commit af6df2eCopy full SHA for af6df2e
.github/workflows/deploy.yml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- uses: actions/checkout@v2
16
# Use GitHub Actions' cache to shorten build times and decrease load on servers
17
- - uses: actions/cache@v2.1.7
+ - uses: actions/cache@v3.0.1
18
with:
19
path: vendor/bundle
20
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
.github/workflows/stage-deploy.yml
@@ -7,7 +7,7 @@ jobs:
7
- name: Checkout 🛎️
8
uses: actions/[email protected]
9
10
11
12
13
0 commit comments