Skip to content

Commit bba52fc

Browse files
committed
Change a bit
1 parent ff06669 commit bba52fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/multidocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v4
15-
- uses: julia-actions/setup-julia@latest
15+
- uses: julia-actions/setup-julia@v2
1616
with:
1717
version: '1.10.5'
18+
- uses: julia-actions/cache@v2
1819

1920
# Build GNNGraphs docs
2021
- name: Install dependencies for GNNGraphs

0 commit comments

Comments
 (0)