File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 if : github.event_name != 'push' || github.repository == 'DIRACGrid/WebAppDIRAC'
99 steps :
10- - uses : actions/checkout@v4
11- - uses : actions/setup-python@v5
10+ - uses : actions/checkout@v5
11+ - uses : actions/setup-python@v6
1212 with :
1313 python-version : " 3.11"
1414 - name : Install pre-commit
2525 shell : bash -l {0}
2626
2727 steps :
28- - uses : actions/checkout@v4
29- - uses : actions/checkout@v4
28+ - uses : actions/checkout@v5
29+ - uses : actions/checkout@v5
3030 with :
3131 repository : DIRACGrid/DIRAC
3232 path : .DIRAC
Original file line number Diff line number Diff line change @@ -21,15 +21,15 @@ jobs:
2121 run :
2222 shell : bash -l {0}
2323 steps :
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v5
2525 with :
2626 token : ${{ secrets.PAT || github.token }}
2727 - run : |
2828 git fetch --prune --unshallow
2929 git config --global user.email "ci@diracgrid.org"
3030 git config --global user.name "DIRACGrid CI"
3131 git clone https://github.com/DIRACGrid/DIRAC.git ../DIRAC
32- - uses : actions/setup-python@v5
32+ - uses : actions/setup-python@v6
3333 with :
3434 python-version : " 3.11"
3535 - name : Installing dependencies
Original file line number Diff line number Diff line change 66 triage :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/labeler@v4
9+ - uses : actions/labeler@v6
1010 with :
1111 repo-token : " ${{ secrets.PAT }}"
Original file line number Diff line number Diff line change 99 concurrency : pr-sweep
1010 if : github.repository == 'DIRACGrid/WebAppDIRAC'
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v5
1313 with :
1414 fetch-depth : 0
1515 token : ${{ secrets.PAT }}
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ where=src
4141[options.extras_require]
4242server =
4343 # These dependecies are made optional to make it easier to build extensions
44- dirac ~=9.0.0a0
44+ dirac[server] ~=9.0.0
4545 DIRACWebAppResources ~=1.0
4646testing =
4747 autopep8 ==1.3.3
You can’t perform that action at this time.
0 commit comments