We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2995418 commit ef513e7Copy full SHA for ef513e7
.github/workflows/UnitTests.yml
@@ -4,6 +4,11 @@ on:
4
- push
5
- pull_request
6
7
+# needed to allow julia-actions/cache to delete old caches that it has created
8
+permissions:
9
+ actions: write
10
+ contents: read
11
+
12
jobs:
13
test:
14
name: Julia ${{ matrix.julia-version }} - ${{ matrix.os }} - ${{ matrix.julia-arch }} - ${{ github.event_name }}
@@ -31,7 +36,7 @@ jobs:
31
36
- name: Checkout Repository
32
37
uses: actions/checkout@v4
33
38
- name: Setup Julia
34
- uses: julia-actions/setup-julia@v1
39
+ uses: julia-actions/setup-julia@v2
35
40
with:
41
version: ${{ matrix.julia-version }}
42
- name: Run Tests
0 commit comments