Skip to content

Commit

Permalink
Merge pull request #88 from exonet/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
robbinjanssen committed Jan 25, 2024
2 parents 0a4a946 + d2a54ff commit bcab07a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4

- name: Cache vulnerability DB
uses: actions/cache@v3
uses: actions/cache@v4
id: cache-db
with:
path: ~/.symfony/cache
Expand Down

0 comments on commit bcab07a

Please sign in to comment.