1717 runs-on : ubuntu-latest
1818 name : Setup
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v5
2121 - shell : bash
2222 name : Setup configuration
2323 run : |
3232 runs-on : ubuntu-latest
3333 name : Setup
3434 steps :
35- - uses : actions/checkout@v4
35+ - uses : actions/checkout@v5
3636 - shell : bash
3737 name : Setup configuration
3838 run : |
4747 runs-on : ubuntu-latest
4848 name : Setup
4949 steps :
50- - uses : actions/checkout@v4
50+ - uses : actions/checkout@v5
5151 - shell : bash
5252 name : Setup configuration
5353 run : |
6666 matrix :
6767 zone : ${{ fromJson(needs.setup-energy-price.outputs.matrix) }}
6868 steps :
69- - uses : actions/checkout@v4
69+ - uses : actions/checkout@v5
7070 with :
7171 ref : ${{ inputs.publish-branch }}
7272 - shell : bash
@@ -109,7 +109,7 @@ jobs:
109109 matrix :
110110 zone : ${{ fromJson(needs.setup-emission.outputs.matrix) }}
111111 steps :
112- - uses : actions/checkout@v4
112+ - uses : actions/checkout@v5
113113 with :
114114 ref : ${{ inputs.publish-branch }}
115115 - shell : bash
@@ -136,7 +136,7 @@ jobs:
136136 matrix :
137137 zone : ${{ fromJson(needs.setup-renewables.outputs.matrix) }}
138138 steps :
139- - uses : actions/checkout@v4
139+ - uses : actions/checkout@v5
140140 with :
141141 ref : ${{ inputs.publish-branch }}
142142 - shell : bash
@@ -172,7 +172,7 @@ jobs:
172172 - check-emission
173173 - check-renewables
174174 steps :
175- - uses : actions/checkout@v4
175+ - uses : actions/checkout@v5
176176 - uses : actions/download-artifact@v4
177177 with :
178178 path : artifacts/energy-price
0 commit comments