Skip to content

Commit 847de88

Browse files
authored
Merge pull request #11 from plasmo-dev/dependabot/github_actions/julia-actions/cache-2
build(deps): bump julia-actions/cache from 1 to 2
2 parents 644498f + ece8bca commit 847de88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
version: ${{ matrix.version }}
3838
arch: ${{ matrix.arch }}
39-
- uses: julia-actions/cache@v1
39+
- uses: julia-actions/cache@v2
4040
- uses: julia-actions/julia-buildpkg@v1
4141
- uses: julia-actions/julia-runtest@v1
4242
- uses: julia-actions/julia-processcoverage@v1
@@ -55,7 +55,7 @@ jobs:
5555
- uses: julia-actions/setup-julia@v1
5656
with:
5757
version: '1'
58-
- uses: julia-actions/cache@v1
58+
- uses: julia-actions/cache@v2
5959
- name: Configure doc environment
6060
shell: julia --project=docs --color=yes {0}
6161
run: |

0 commit comments

Comments
 (0)