Skip to content

Commit c0e83de

Browse files
Bump actions/checkout from 4 to 6 (#23)
* Bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Update CI matrix to use version '1' instead of 'pre' * Fix test issue --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Daniel VandenHeuvel <[email protected]>
1 parent 871ac22 commit c0e83de

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ jobs:
2727
version:
2828
- '1.10'
2929
- '1.8'
30-
- 'pre'
30+
- '1'
3131
os:
3232
- ubuntu-latest
3333
- windows-latest
3434
- macos-latest
3535
arch:
3636
- x64
3737
steps:
38-
- uses: actions/checkout@v4
38+
- uses: actions/checkout@v6
3939
- uses: julia-actions/setup-julia@v2
4040
with:
4141
version: ${{ matrix.version }}

test/Project.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
[deps]
2+
AdaptivePredicates = "35492f91-a3bd-45ad-95db-fcad7dcfedb7"
23
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
34
ExactPredicates = "429591f6-91af-11e9-00e2-59fbe8cec110"
45
Supposition = "5a0628fe-1738-4658-9b6d-0b7605a9755b"
56
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
67

78
[compat]
89
Aqua = "0.8.7"
10+
11+
[sources]
12+
AdaptivePredicates = { path = ".." }

0 commit comments

Comments
 (0)