Skip to content

Commit 4e4f4d5

Browse files
authored
Merge pull request #508 from JuliaParallel/dependabot/github_actions/julia-actions/cache-2
build(deps): bump julia-actions/cache from 1 to 2
2 parents ca3f5b9 + 55ba3f7 commit 4e4f4d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/Documentation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: julia-actions/setup-julia@latest
2020
with:
2121
version: '1'
22-
- uses: julia-actions/cache@v1
22+
- uses: julia-actions/cache@v2
2323
- name: Install dependencies
2424
run: julia --project=docs/ -e 'using Pkg; Pkg.develop([PackageSpec(path=pwd()), PackageSpec(path=pwd() * "/lib/TimespanLogging"), PackageSpec(path=pwd() * "/lib/DaggerWebDash")]); Pkg.instantiate()'
2525
- name: Build and deploy

0 commit comments

Comments
 (0)