File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -31,13 +31,13 @@ jobs:
3131 - ' true'
3232 - ' false'
3333 steps :
34- - uses : actions/checkout@v2
35- - uses : julia-actions/setup-julia@v1
34+ - uses : actions/checkout@v5
35+ - uses : julia-actions/setup-julia@v2
3636 with :
3737 version : ${{ matrix.julia-version }}
3838 arch : ${{ matrix.julia-arch }}
3939 - name : Cache artifacts
40- uses : actions/cache@v2
40+ uses : actions/cache@v4
4141 env :
4242 cache-name : cache-artifacts
4343 with :
7575 needs : test
7676 runs-on : ubuntu-latest
7777 steps :
78- - uses : actions/checkout@v2
78+ - uses : actions/checkout@v5
7979 - name : docker login
8080 run : echo "${DOCKER_PASSWORD}" | docker login --username "${DOCKER_USERNAME}" --password-stdin
8181 env :
Original file line number Diff line number Diff line change 77 update-manifest :
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v2
11- - uses : julia-actions/setup-julia@v1
10+ - uses : actions/checkout@v5
11+ - uses : julia-actions/setup-julia@v2
1212 with :
1313 # Keep in sync with the ci.yml and the Dockerfile
1414 version : " 1.10"
You can’t perform that action at this time.
0 commit comments