Skip to content
This repository was archived by the owner on Jun 16, 2026. It is now read-only.

Commit 442369c

Browse files
chore(deps): update endbug/add-and-commit action to v10
1 parent a310e54 commit 442369c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dump-api-data.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
cache: 'pnpm'
3030
- run: pnpm install
3131
- run: pnpm run api-dump-contributors
32-
- uses: EndBug/add-and-commit@v9
32+
- uses: EndBug/add-and-commit@v10
3333
with:
3434
add: './static'
3535
default_author: github_actor

.github/workflows/update-homarr-openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
path: api-specification
7575
- name: "Move file to target directory"
7676
run: mv api-specification/openapi.json ./static/api/open-api-schema.json
77-
- uses: EndBug/add-and-commit@v9
77+
- uses: EndBug/add-and-commit@v10
7878
with:
7979
add: './static/api/'
8080
default_author: github_actor

0 commit comments

Comments
 (0)