Skip to content

Commit b73d911

Browse files
Bump EndBug/add-and-commit from 9 to 10 (#155)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0bd9a74 commit b73d911

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/pull-data.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ jobs:
424424
cd github-pages
425425
git apply --allow-empty ../*.patch
426426
427-
- uses: EndBug/add-and-commit@v9
427+
- uses: EndBug/add-and-commit@v10
428428
name: Publish changes
429429
if: github.ref == 'refs/heads/main'
430430
with:

.github/workflows/pull-tariff-data.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
printf ' - %s bytes\n' $(wc -c < "./github-pages/api/energy-charges/network/$ID/index.json")
6767
done
6868
69-
- uses: EndBug/add-and-commit@v9
69+
- uses: EndBug/add-and-commit@v10
7070
name: Publish data
7171
with:
7272
cwd: github-pages

.github/workflows/update-api-constants.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
name: Add constants
4141
run: cp -rv configuration/constants/* ./github-pages/api/
4242

43-
- uses: EndBug/add-and-commit@v9
43+
- uses: EndBug/add-and-commit@v10
4444
name: Publish constants
4545
with:
4646
cwd: github-pages

.github/workflows/update-visualization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
cat resources/openapi.yaml > ./github-pages/openapi/spec.yaml
9393
cat resources/openapi.html | sed 's|OPENAPI_SPEC_URL|https://codereaper.com/powercast-data/openapi/spec.yaml|g;' > ./github-pages/openapi/index.html
9494
95-
- uses: EndBug/add-and-commit@v9
95+
- uses: EndBug/add-and-commit@v10
9696
name: Publish graph
9797
with:
9898
cwd: github-pages

0 commit comments

Comments
 (0)