From 12546b431b70a38ae01b0036db1ef51018511a1a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Apr 2023 10:02:20 +0000 Subject: [PATCH] chore(deps): update endbug/add-and-commit action to v9 --- .github/workflows/report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/report.yml b/.github/workflows/report.yml index 31d3c7cb85..cf96feaf83 100644 --- a/.github/workflows/report.yml +++ b/.github/workflows/report.yml @@ -34,7 +34,7 @@ jobs: base-path: /dashlord # adapt to your repo name # save full report for history - - uses: EndBug/add-and-commit@v7 + - uses: EndBug/add-and-commit@v9 with: add: '["report.json"]' default_author: "github_actions"