Skip to content

Commit bcb6ce0

Browse files
committed
Update downstream action
1 parent 1205972 commit bcb6ce0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/downstream.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ concurrency:
1010
group: ${{ github.workflow }}-${{ github.ref }}
1111
cancel-in-progress: true
1212

13+
# Needed to allow julia-actions/cache to delete old caches that it has created
14+
permissions:
15+
actions: write
16+
contents: read
17+
1318
jobs:
1419
test:
1520
name: downstream ${{ matrix.package }}
@@ -22,7 +27,7 @@ jobs:
2227
- 'ClimaLand.jl'
2328
steps:
2429
- uses: actions/checkout@v4
25-
- uses: julia-actions/setup-julia@v1
30+
- uses: julia-actions/setup-julia@v2
2631
with:
2732
version: '1.10'
2833
- uses: julia-actions/cache@v2

0 commit comments

Comments
 (0)