Skip to content

Commit 6403ead

Browse files
committed
Merge #107 and #108 from dependabot
3 parents 9284fb0 + 2031038 + 21c2bbd commit 6403ead

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- uses: julia-actions/setup-julia@v2
3535
with:
3636
version: ${{ matrix.version }}
37-
- uses: julia-actions/cache@v2
37+
- uses: julia-actions/cache@v3
3838
- name: "Instantiate test environment"
3939
run: julia --project=test devrepl.jl
4040
- name: "Run tests"
@@ -56,7 +56,7 @@ jobs:
5656
path: |
5757
${{ steps.julia-cache.outputs.cache-paths }}
5858
key: ${{ steps.julia-cache.outputs.cache-key }}
59-
- uses: actions/upload-artifact@v6
59+
- uses: actions/upload-artifact@v7
6060
with:
6161
name: manifest-${{ matrix.os }}
6262
path: test/Manifest.toml
@@ -68,7 +68,7 @@ jobs:
6868
- uses: julia-actions/setup-julia@v2
6969
with:
7070
version: 1.6
71-
- uses: julia-actions/cache@v2
71+
- uses: julia-actions/cache@v3
7272
- name: "Instantiate test environment"
7373
shell: julia --project=test {0}
7474
run: |
@@ -122,7 +122,7 @@ jobs:
122122
env:
123123
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
124124
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
125-
- uses: actions/upload-artifact@v6
125+
- uses: actions/upload-artifact@v7
126126
with:
127127
name: documenter-citations-docs
128128
path: docs/build/

0 commit comments

Comments
 (0)