Skip to content

Commit 6adfd58

Browse files
authored
Upgrade GitHub Actions versions
1 parent 7b2cc96 commit 6adfd58

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jobs:
2727
arch:
2828
- x64
2929
steps:
30-
- uses: actions/checkout@v2
30+
- uses: actions/checkout@v4
3131
- uses: julia-actions/setup-julia@v1
3232
with:
3333
version: ${{ matrix.version }}
3434
arch: ${{ matrix.arch }}
35-
- uses: actions/cache@v1
35+
- uses: actions/cache@v4
3636
env:
3737
cache-name: cache-artifacts
3838
with:
@@ -68,7 +68,7 @@ jobs:
6868
name: Documentation
6969
runs-on: ubuntu-latest
7070
steps:
71-
- uses: actions/checkout@v2
71+
- uses: actions/checkout@v4
7272
# TexLive installation
7373
- name: Install TexLive
7474
run: sudo apt-get install pdf2svg texlive-latex-base texlive-binaries texlive-pictures texlive-latex-extra texlive-luatex

0 commit comments

Comments
 (0)