Skip to content

Commit 5a43b50

Browse files
Merge pull request #48 from SciML/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 0dcedad + 1b26f7d commit 5a43b50

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/Downgrade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
downgrade_mode: ['alldeps']
2121
julia-version: ['1.10']
2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v5
2424
- uses: julia-actions/setup-julia@v2
2525
with:
2626
version: ${{ matrix.julia-version }}

.github/workflows/Downstream.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- windows-latest
3838

3939
steps:
40-
- uses: actions/checkout@v4
40+
- uses: actions/checkout@v5
4141
- uses: julia-actions/setup-julia@v2
4242
with:
4343
version: ${{ matrix.version }}
@@ -47,7 +47,7 @@ jobs:
4747
token: ${{ secrets.GITHUB_TOKEN }}
4848
- uses: julia-actions/julia-buildpkg@latest
4949
- name: Clone Downstream
50-
uses: actions/checkout@v4
50+
uses: actions/checkout@v5
5151
with:
5252
repository: ${{ matrix.package.user }}/${{ matrix.package.repo }}
5353
path: downstream

.github/workflows/SpellCheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout Actions Repository
11-
uses: actions/checkout@v4
11+
uses: actions/checkout@v5
1212
- name: Check spelling
1313
uses: crate-ci/[email protected]

0 commit comments

Comments
 (0)