Skip to content

Commit

Permalink
Merge pull request #297 from github/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/cache-4

Bump actions/cache from 3 to 4
  • Loading branch information
ndonewar authored Mar 8, 2024
2 parents 4b4236b + b6aaa2e commit 2403ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@v3
- name: Cache Elasticsearch
id: cache-elasticsearch
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: cache-elasticsearch
with:
Expand Down

0 comments on commit 2403ab6

Please sign in to comment.