Skip to content

Commit

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

Bump julia-actions/cache from 1 to 2
lazarusA authored Nov 26, 2024
2 parents cd1a915 + 0e8be5c commit 7284e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Documenter.yml
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@ jobs:
- name: Setup Julia
uses: julia-actions/setup-julia@v2
- name: Pull Julia cache
uses: julia-actions/cache@v1
uses: julia-actions/cache@v2
- name: Install documentation dependencies # for GLMakie plots
run: sudo apt-get update && sudo apt-get install -y xorg-dev mesa-utils xvfb libgl1 freeglut3-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libxext-dev
- name: Install documentation dependencies

0 comments on commit 7284e14

Please sign in to comment.