Skip to content

Commit 642e6c7

Browse files
Bump actions/checkout from 6 to 7 (#204)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 946d94a commit 642e6c7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/Downstream.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ jobs:
2222
- {user: SciML, repo: DiffEqDevTools.jl, group: All}
2323
- {user: SciML, repo: OrdinaryDiffEq.jl, group: Regression_I}
2424
steps:
25-
- uses: actions/checkout@v6
25+
- uses: actions/checkout@v7
2626
- uses: julia-actions/setup-julia@v3
2727
with:
2828
version: ${{ matrix.julia-version }}
2929
arch: x64
3030
- name: Clone Downstream
31-
uses: actions/checkout@v6
31+
uses: actions/checkout@v7
3232
with:
3333
repository: ${{ matrix.package.user }}/${{ matrix.package.repo }}
3434
path: downstream

0 commit comments

Comments
 (0)