Skip to content

Commit 52df143

Browse files
Merge pull request #2 from JuliaComputing/dependabot/github_actions/actions/checkout-5
build(deps): bump actions/checkout from 2 to 5
2 parents 08a0496 + 260493c commit 52df143

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/Downstream.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ jobs:
2424
- {user: SciML, repo: ModelingToolkit.jl, group: FMI}
2525

2626
steps:
27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@v5
2828
- uses: julia-actions/setup-julia@v2
2929
with:
3030
version: ${{ matrix.julia-version }}
3131
arch: x64
3232
- uses: julia-actions/julia-buildpkg@latest
3333
- name: Clone Downstream
34-
uses: actions/checkout@v2
34+
uses: actions/checkout@v5
3535
with:
3636
repository: ${{ matrix.package.user }}/${{ matrix.package.repo }}
3737
path: downstream

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- '1'
2424
fail-fast: false
2525
steps:
26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v5
2727
- uses: julia-actions/setup-julia@v2
2828
with:
2929
version: ${{ matrix.version }}

0 commit comments

Comments
 (0)