We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fab57ed commit fc46f1dCopy full SHA for fc46f1d
.github/workflows/merge.yaml
@@ -63,7 +63,7 @@ jobs:
63
ruby-version: 3.0.2
64
- name: but use cache to speed that up
65
if: github.event_name == 'workflow_dispatch' || (github.event_name == 'push' && (steps.update.outputs.updated == 'true' || steps.update.outputs.deleted == 'true'))
66
- uses: actions/cache@v2
+ uses: actions/cache@v3
67
with:
68
path: vendor/bundle
69
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
.github/workflows/sheldon.yaml
@@ -54,7 +54,7 @@ jobs:
54
55
56
57
58
59
60
0 commit comments