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 36cb380 commit 2d4d011Copy full SHA for 2d4d011
1 file changed
.github/workflows/test.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ubuntu-latest
17
steps:
18
- uses: actions/checkout@v6
19
- - uses: actions/cache@v5
+ - uses: actions/cache@v6
20
with:
21
path: vendor/bundle
22
key: ${{ runner.os }}-gem-${{ hashFiles('**/Gemfile') }}
0 commit comments