Skip to content

Commit 50ebf92

Browse files
Merge pull request #177 from JuliaDiff/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 76c29f7 + f4951bf commit 50ebf92

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- '1'
2020
- '1.6'
2121
steps:
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2323
- uses: julia-actions/setup-julia@v1
2424
with:
2525
version: ${{ matrix.version }}

.github/workflows/Documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616
- uses: julia-actions/setup-julia@latest
1717
with:
1818
version: '1'

.github/workflows/Downstream.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ jobs:
1919
package:
2020
- {user: SciML, repo: OrdinaryDiffEq.jl, group: InterfaceII}
2121
steps:
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2323
- uses: julia-actions/setup-julia@v1
2424
with:
2525
version: ${{ matrix.julia-version }}
2626
arch: x64
2727
- uses: julia-actions/julia-buildpkg@latest
2828
- name: Clone Downstream
29-
uses: actions/checkout@v3
29+
uses: actions/checkout@v4
3030
with:
3131
repository: ${{ matrix.package.user }}/${{ matrix.package.repo }}
3232
path: downstream

0 commit comments

Comments
 (0)