We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ff2031 commit 0ca706eCopy full SHA for 0ca706e
1 file changed
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
- uses: actions/checkout@v2
15
- uses: ruby/setup-ruby@v1
16
- - uses: actions/cache@v1
+ - uses: actions/cache@v4
17
with:
18
path: vendor/bundle
19
key: bundle-${{ hashFiles('**/Gemfile.lock') }}
0 commit comments