File tree 3 files changed +1205
-3
lines changed
3 files changed +1205
-3
lines changed Original file line number Diff line number Diff line change 15
15
name : " pre-commit hooks"
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - uses : actions/checkout@v2
19
- - uses : actions/setup-python@v2
18
+ - uses : actions/checkout@v3
19
+ - uses : actions/setup-python@v3
20
20
with :
21
21
python-version : " 3.11"
22
- - uses : pre-commit/action@v2 .0.3
22
+ - uses : pre-commit/action@v3 .0.1
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ These examples introduce specific datasets. They give some details about the dat
48
48
* [ GPM IMERG HHR] ( datasets/gpm-imerg-hhr/gpm-imerg-hhr-example.ipynb )
49
49
* [ gridMET] ( datasets/gridmet/gridmet-example.ipynb )
50
50
* [ HGB] ( datasets/hgb/hgb-example.ipynb )
51
+ * [ HLS2] ( datasets/hls2/hls2-example.ipynb )
51
52
* [ HREA] ( datasets/hrea/hrea-example.ipynb )
52
53
* [ IO LULC] ( datasets/io-lulc/io-lulc-example.ipynb )
53
54
* [ IO LULC V2] ( datasets/io-lulc/io-lulc-annual-v02-example.ipynb )
You can’t perform that action at this time.
0 commit comments