We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66a615f commit ac3d6f2Copy full SHA for ac3d6f2
.github/workflows/deployment.yml
@@ -21,15 +21,15 @@ jobs:
21
run:
22
shell: bash -l {0}
23
steps:
24
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
25
with:
26
token: ${{ secrets.PAT || github.token }}
27
- run: |
28
git fetch --prune --unshallow
29
git config --global user.email "ci@diracgrid.org"
30
git config --global user.name "DIRACGrid CI"
31
git clone https://github.com/DIRACGrid/DIRAC.git ../DIRAC
32
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
33
34
python-version: "3.11"
35
- name: Installing dependencies
0 commit comments