Skip to content

Commit ef513e7

Browse files
author
Ciarán O'Mara
committed
Update unit test workflow
1 parent 2995418 commit ef513e7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/UnitTests.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ on:
44
- push
55
- pull_request
66

7+
# needed to allow julia-actions/cache to delete old caches that it has created
8+
permissions:
9+
actions: write
10+
contents: read
11+
712
jobs:
813
test:
914
name: Julia ${{ matrix.julia-version }} - ${{ matrix.os }} - ${{ matrix.julia-arch }} - ${{ github.event_name }}
@@ -31,7 +36,7 @@ jobs:
3136
- name: Checkout Repository
3237
uses: actions/checkout@v4
3338
- name: Setup Julia
34-
uses: julia-actions/setup-julia@v1
39+
uses: julia-actions/setup-julia@v2
3540
with:
3641
version: ${{ matrix.julia-version }}
3742
- name: Run Tests

0 commit comments

Comments
 (0)