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 371c3cc commit ca5eacdCopy full SHA for ca5eacd
.github/workflows/deploy.yml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- uses: actions/checkout@v3
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/checkout@v3
9
10
11
12
13
0 commit comments