File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3838 - os : macos-latest
3939 version : " 1"
4040 steps :
41- - uses : actions/checkout@v5
41+ - uses : actions/checkout@v6
4242 - uses : julia-actions/setup-julia@v2
4343 with :
4444 version : ${{ matrix.version }}
7272 name : Aqua
7373 runs-on : ubuntu-latest
7474 steps :
75- - uses : actions/checkout@v5
75+ - uses : actions/checkout@v6
7676 - uses : julia-actions/setup-julia@v2
7777 with :
7878 version : " 1"
8989 name : JET
9090 runs-on : ubuntu-latest
9191 steps :
92- - uses : actions/checkout@v5
92+ - uses : actions/checkout@v6
9393 - uses : julia-actions/setup-julia@v2
9494 with :
9595 version : " 1"
@@ -117,7 +117,7 @@ jobs:
117117 pull-requests : read # Required when using `push_preview=true`
118118 statuses : write # Optional, used to report documentation build statuses
119119 steps :
120- - uses : actions/checkout@v5
120+ - uses : actions/checkout@v6
121121 - uses : julia-actions/setup-julia@v2
122122 with :
123123 version : " 1"
@@ -138,7 +138,7 @@ jobs:
138138 name : Doctest
139139 runs-on : ubuntu-latest
140140 steps :
141- - uses : actions/checkout@v5
141+ - uses : actions/checkout@v6
142142 - uses : julia-actions/setup-julia@v2
143143 with :
144144 # we'll restrict doctests to a minor version, to avoid failures due
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
2424[compat ]
2525Glob = " 1"
2626HTTP = " 1"
27- JSON = " 0.20, 0.21"
27+ JSON = " 0.20, 0.21, 1 "
2828Mocking = " 0.7"
2929PkgAuthentication = " 2"
3030Rclone_jll = " 1.60"
Original file line number Diff line number Diff line change 7676 @test project_dataset. project === nothing
7777 @test length (project_dataset. versions) == 1
7878 # TODO : add this properly to DatasetVersion?
79- @test project_dataset. _json[" versions" ][1 ][ " project" ] === nothing
79+ @test ! haskey ( project_dataset. _json[" versions" ][1 ], " project" )
8080 @test project_dataset. _json[" versions" ][1 ][" uploader" ][" username" ] == auth. username
8181
8282 # The authentication object we use does not have a project associated with it
You can’t perform that action at this time.
0 commit comments