Skip to content

Commit 9a9cd02

Browse files
committed
update GHA actions
1 parent db76373 commit 9a9cd02

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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:
@@ -75,7 +75,7 @@ jobs:
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:

.github/workflows/pkg-update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ jobs:
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"

0 commit comments

Comments
 (0)