Skip to content

Commit e826632

Browse files
Bump actions/checkout from 6 to 7 (#39)
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 6a578ff commit e826632

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- version: 1
3333
os: windows-latest
3434
steps:
35-
- uses: actions/checkout@v6
35+
- uses: actions/checkout@v7
3636
- uses: julia-actions/setup-julia@v3
3737
with:
3838
version: ${{ matrix.version }}
@@ -53,7 +53,7 @@ jobs:
5353
name: Documentation
5454
runs-on: ubuntu-latest
5555
steps:
56-
- uses: actions/checkout@v6
56+
- uses: actions/checkout@v7
5757
- uses: julia-actions/setup-julia@v3
5858
with:
5959
version: '1'

0 commit comments

Comments
 (0)