diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index 0069d59f..b195f993 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v4 # Use GitHub Actions' cache to shorten build times and decrease load on servers - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: vendor/bundle key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile') }}