Skip to content

Commit

Permalink
Merge pull request #230 from ifad/dependabot/github_actions/actions/c…
Browse files Browse the repository at this point in the history
…ache-4

Bump actions/cache from 3 to 4
  • Loading branch information
tagliala committed Jan 22, 2024
2 parents 35c7618 + 8595be0 commit 1e26cc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -29,15 +29,15 @@ jobs:
run: |
sudo apt-get update
sudo apt-get -yq --no-install-suggests --no-install-recommends install imagemagick libmagic-dev libreoffice tesseract-ocr
- uses: actions/cache@v3
- uses: actions/cache@v4
name: Check Apache Tika
id: cache-tika
with:
path: |
~/.local/bin/tika
~/.local/bin/tika-app.jar
key: ${{ runner.os }}-tika-bin-cache-${{ env.TIKA_VERSION }}
- uses: actions/cache@v3
- uses: actions/cache@v4
name: Check wkhtmltopdf
id: cache-wkhtmltopdf
with:
Expand Down

0 comments on commit 1e26cc4

Please sign in to comment.