File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939 git config --global user.email '${{ steps.get-user-id.outputs.user-id }}+${{ steps.app-token.outputs.app-slug }}[bot]@users.noreply.github.com'
4040
4141 - name : Checkout PR HEAD
42- uses : actions/checkout@v5
42+ uses : actions/checkout@v6
4343 with :
4444 ref : ${{ github.event.pull_request.head.sha }}
4545 fetch-depth : 100
Original file line number Diff line number Diff line change 2525 with :
2626 python-version : " 3.12"
2727 - name : Checkout repo
28- uses : actions/checkout@v5 # checks out repository
28+ uses : actions/checkout@v6 # checks out repository
2929 with :
3030 fetch-depth : 0 # Fetch full history
3131 - run : python -m pip install numpy pandas xarray metpy netcdf4
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Check out a copy of the repository
20- uses : actions/checkout@v5
20+ uses : actions/checkout@v6
2121 with :
2222 persist-credentials : false
2323
Original file line number Diff line number Diff line change 2828
2929 steps :
3030 - name : Checkout repository
31- uses : actions/checkout@v5
31+ uses : actions/checkout@v6
3232 with :
3333 persist-credentials : false
3434
Original file line number Diff line number Diff line change 3333
3434 steps :
3535 - name : Checkout source
36- uses : actions/checkout@v5
36+ uses : actions/checkout@v6
3737 with :
3838 fetch-depth : 150
3939 fetch-tags : true
Original file line number Diff line number Diff line change 3434
3535 steps :
3636 - name : Checkout source
37- uses : actions/checkout@v5
37+ uses : actions/checkout@v6
3838 with :
3939 fetch-depth : 150
4040 persist-credentials : false
@@ -107,7 +107,7 @@ jobs:
107107
108108 steps :
109109 - name : Checkout docs
110- uses : actions/checkout@v5
110+ uses : actions/checkout@v6
111111 with :
112112 ref : " gh-pages"
113113
Original file line number Diff line number Diff line change 1414 name : Run Lint Tools
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v5
17+ - uses : actions/checkout@v6
1818 with :
1919 persist-credentials : false
2020
Original file line number Diff line number Diff line change 1010 name : Build Release Packages
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v5
13+ - uses : actions/checkout@v6
1414 with :
1515 persist-credentials : false
1616
Original file line number Diff line number Diff line change 3838
3939 steps :
4040 - name : Checkout source
41- uses : actions/checkout@v5
41+ uses : actions/checkout@v6
4242 with :
4343 fetch-depth : 150
4444 fetch-tags : true
6666 timeout-minutes : 2
6767 steps :
6868 - name : Checkout source
69- uses : actions/checkout@v5
69+ uses : actions/checkout@v6
7070 with :
7171 persist-credentials : false
7272
Original file line number Diff line number Diff line change 4040
4141 steps :
4242 - name : Checkout source
43- uses : actions/checkout@v5
43+ uses : actions/checkout@v6
4444 with :
4545 fetch-depth : 150
4646 fetch-tags : true
9292 timeout-minutes : 2
9393 steps :
9494 - name : Checkout source
95- uses : actions/checkout@v5
95+ uses : actions/checkout@v6
9696 with :
9797 persist-credentials : false
9898
You can’t perform that action at this time.
0 commit comments