Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/health-check-grid.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
name: Setup
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- shell: bash
name: Setup configuration
run: |
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
matrix:
item: ${{ fromJson(needs.setup.outputs.matrix) }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Prepare issue
shell: bash
run: |
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/health-check-integrity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
name: Setup
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- shell: bash
name: Setup configuration
run: |
Expand All @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest
name: Setup
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- shell: bash
name: Setup configuration
run: |
Expand All @@ -47,7 +47,7 @@ jobs:
runs-on: ubuntu-latest
name: Setup
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- shell: bash
name: Setup configuration
run: |
Expand All @@ -66,7 +66,7 @@ jobs:
matrix:
zone: ${{ fromJson(needs.setup-energy-price.outputs.matrix) }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
ref: ${{ inputs.publish-branch }}
- shell: bash
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
matrix:
zone: ${{ fromJson(needs.setup-emission.outputs.matrix) }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
ref: ${{ inputs.publish-branch }}
- shell: bash
Expand All @@ -136,7 +136,7 @@ jobs:
matrix:
zone: ${{ fromJson(needs.setup-renewables.outputs.matrix) }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
ref: ${{ inputs.publish-branch }}
- shell: bash
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
- check-emission
- check-renewables
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- uses: actions/download-artifact@v6
with:
path: artifacts/energy-price
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/health-check-networks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
name: Setup
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
ref: ${{ inputs.publish-branch }}
- shell: bash
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
name: Create issue
needs: setup
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- uses: actions/download-artifact@v6
with:
name: networks
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/merge-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Tests Succeeded
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/pull-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
runs-on: ubuntu-latest
name: Update energy price data
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
ssh-key: ${{ secrets.POWERCASTDEPLOY }}
ref: ${{ env.publish-branch }}
Expand Down Expand Up @@ -158,9 +158,9 @@ jobs:
runs-on: ubuntu-latest
name: Update renewables data
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
ssh-key: ${{ secrets.POWERCASTDEPLOY }}
ref: ${{ env.publish-branch }}
Expand Down Expand Up @@ -279,9 +279,9 @@ jobs:
runs-on: ubuntu-latest
name: Update CO2 emission data
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
ssh-key: ${{ secrets.POWERCASTDEPLOY }}
ref: ${{ env.publish-branch }}
Expand Down Expand Up @@ -412,7 +412,7 @@ jobs:
name: List patches
run: ls -lsh *.patch

- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
ssh-key: ${{ secrets.POWERCASTDEPLOY }}
ref: ${{ env.publish-branch }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull-tariff-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
name: Update tariff data
if: github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
ssh-key: ${{ secrets.POWERCASTDEPLOY }}
ref: ${{ env.publish-branch }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-api-constants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
runs-on: ubuntu-latest
name: Update constants
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
ssh-key: ${{ secrets.POWERCASTDEPLOY }}
ref: ${{ env.publish-branch }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-visualization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
runs-on: ubuntu-latest
name: Update visualization
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
ssh-key: ${{ secrets.POWERCASTDEPLOY }}
ref: ${{ env.publish-branch }}
Expand Down
Loading