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.
2 parents 18e5117 + 6bcbc4d commit 3284a2fCopy full SHA for 3284a2f
.github/workflows/jekyll.yml
@@ -19,7 +19,7 @@ jobs:
19
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
20
21
# Use GitHub Actions' cache to shorten build times and decrease load on servers
22
- - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
+ - uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
23
with:
24
path: vendor/bundle
25
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile') }}
0 commit comments