We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 08a0496 + 260493c commit 52df143Copy full SHA for 52df143
2 files changed
.github/workflows/Downstream.yml
@@ -24,14 +24,14 @@ jobs:
24
- {user: SciML, repo: ModelingToolkit.jl, group: FMI}
25
26
steps:
27
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
28
- uses: julia-actions/setup-julia@v2
29
with:
30
version: ${{ matrix.julia-version }}
31
arch: x64
32
- uses: julia-actions/julia-buildpkg@latest
33
- name: Clone Downstream
34
- uses: actions/checkout@v2
+ uses: actions/checkout@v5
35
36
repository: ${{ matrix.package.user }}/${{ matrix.package.repo }}
37
path: downstream
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
- '1'
fail-fast: false
version: ${{ matrix.version }}
0 commit comments