Skip to content

Commit

Permalink
Merge pull request #81 from kalmarek/dependabot/github_actions/julia-…
Browse files Browse the repository at this point in the history
…actions/cache-2

Bump julia-actions/cache from 1 to 2
  • Loading branch information
kalmarek authored Nov 20, 2024
2 parents 98cc12b + 1e1fcd4 commit 4e9da50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: julia-actions/setup-julia@v2
with:
version: "1.10"
- uses: julia-actions/cache@v1
- uses: julia-actions/cache@v2
- name: Extract Package Name from Project.toml
id: extract-package-name
run: |
Expand Down

0 comments on commit 4e9da50

Please sign in to comment.