File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 charts-changed : ${{ steps.check.outputs.charts-changed }}
1818 steps :
1919 - name : Checkout
20- uses : actions/checkout@v6
20+ uses : actions/checkout@v7
2121 with :
2222 fetch-depth : 0
2323
5555 steps :
5656 - name : Checkout
5757 if : needs.detect-chart-changes.outputs.charts-changed == 'true'
58- uses : actions/checkout@v6
58+ uses : actions/checkout@v7
5959 with :
6060 fetch-depth : 0
6161
@@ -129,7 +129,7 @@ jobs:
129129 runs-on : ubuntu-latest
130130 steps :
131131 - name : Checkout
132- uses : actions/checkout@v6
132+ uses : actions/checkout@v7
133133 with :
134134 fetch-depth : 0
135135
Original file line number Diff line number Diff line change 2222 docs-only : ${{ steps.check.outputs.docs-only }}
2323 steps :
2424 - name : Checkout
25- uses : actions/checkout@v6
25+ uses : actions/checkout@v7
2626 with :
2727 fetch-depth : 0
2828
5353 pre-commit :
5454 runs-on : ubuntu-latest
5555 steps :
56- - uses : actions/checkout@v6
56+ - uses : actions/checkout@v7
5757 - uses : prefix-dev/setup-pixi@v0.9.6
5858 with :
5959 cache : false
6767 if : needs.detect-docs-only.outputs.docs-only != 'true'
6868 runs-on : ubuntu-latest
6969 steps :
70- - uses : actions/checkout@v6
70+ - uses : actions/checkout@v7
7171 - name : Start demo
7272 run : |
7373 ./run_demo.sh --exit-when-done
@@ -113,7 +113,7 @@ jobs:
113113 if : needs.detect-docs-only.outputs.docs-only != 'true'
114114 runs-on : ubuntu-latest
115115 steps :
116- - uses : actions/checkout@v6
116+ - uses : actions/checkout@v7
117117 - name : Clone source
118118 run : |
119119 git clone https://github.com/DIRACGrid/diracx.git /tmp/diracx
You can’t perform that action at this time.
0 commit comments