Skip to content

Commit

Permalink
Merge pull request #405 from euroargodev/dependabot/github_actions/gr…
Browse files Browse the repository at this point in the history
…een-coding-berlin/eco-ci-energy-estimation-4

Bump green-coding-berlin/eco-ci-energy-estimation from 3 to 4
  • Loading branch information
gmaze authored Nov 4, 2024
2 parents 31451cf + 2f8fdbb commit 25cb176
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/pytests-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
steps:
- name: Energy Estimation - Initialize
if: ${{matrix.os == 'ubuntu-latest'}}
uses: green-coding-berlin/eco-ci-energy-estimation@v3
uses: green-coding-berlin/eco-ci-energy-estimation@v4
with:
task: start-measurement
company-uuid: ${{ secrets.CARBONDB_COMPANY_UUID }}
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
- name: Energy Estimation - Measure Tests Setup
if: ${{matrix.os == 'ubuntu-latest'}}
uses: green-coding-berlin/eco-ci-energy-estimation@v3
uses: green-coding-berlin/eco-ci-energy-estimation@v4
env:
ELECTRICITY_MAPS_TOKEN: ${{ secrets.ELECTRICITY_MAPS_TOKEN }}
with:
Expand All @@ -147,7 +147,7 @@ jobs:
- name: Energy Estimation - Measure Tests Exec
if: ${{matrix.os == 'ubuntu-latest'}}
uses: green-coding-berlin/eco-ci-energy-estimation@v3
uses: green-coding-berlin/eco-ci-energy-estimation@v4
env:
ELECTRICITY_MAPS_TOKEN: ${{ secrets.ELECTRICITY_MAPS_TOKEN }}
with:
Expand All @@ -173,7 +173,7 @@ jobs:

- name: Energy Estimation - Show Results
if: ${{matrix.os == 'ubuntu-latest'}}
uses: green-coding-berlin/eco-ci-energy-estimation@v3
uses: green-coding-berlin/eco-ci-energy-estimation@v4
env:
ELECTRICITY_MAPS_TOKEN: ${{ secrets.ELECTRICITY_MAPS_TOKEN }}
with:
Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:
steps:
- name: Energy Estimation - Initialize
if: ${{matrix.os == 'ubuntu-latest'}}
uses: green-coding-berlin/eco-ci-energy-estimation@v3
uses: green-coding-berlin/eco-ci-energy-estimation@v4
with:
task: start-measurement
company-uuid: ${{ secrets.CARBONDB_COMPANY_UUID }}
Expand Down Expand Up @@ -255,7 +255,7 @@ jobs:
- name: Energy Estimation - Measure Tests Setup
if: ${{matrix.os == 'ubuntu-latest'}}
uses: green-coding-berlin/eco-ci-energy-estimation@v3
uses: green-coding-berlin/eco-ci-energy-estimation@v4
env:
ELECTRICITY_MAPS_TOKEN: ${{ secrets.ELECTRICITY_MAPS_TOKEN }}
with:
Expand All @@ -275,7 +275,7 @@ jobs:
- name: Energy Estimation - Measure Tests Exec
if: ${{matrix.os == 'ubuntu-latest'}}
uses: green-coding-berlin/eco-ci-energy-estimation@v3
uses: green-coding-berlin/eco-ci-energy-estimation@v4
env:
ELECTRICITY_MAPS_TOKEN: ${{ secrets.ELECTRICITY_MAPS_TOKEN }}
with:
Expand All @@ -292,7 +292,7 @@ jobs:

- name: Energy Estimation - Show Results
if: ${{matrix.os == 'ubuntu-latest'}}
uses: green-coding-berlin/eco-ci-energy-estimation@v3
uses: green-coding-berlin/eco-ci-energy-estimation@v4
env:
ELECTRICITY_MAPS_TOKEN: ${{ secrets.ELECTRICITY_MAPS_TOKEN }}
with:
Expand Down

0 comments on commit 25cb176

Please sign in to comment.