From 67ae27118b643f1e504fbf891dc1d84e37993eb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 17:08:27 +0000 Subject: [PATCH] Bump EndBug/add-and-commit from 9.1.1 to 9.1.2 Bumps [EndBug/add-and-commit](https://github.com/EndBug/add-and-commit) from 9.1.1 to 9.1.2. - [Release notes](https://github.com/EndBug/add-and-commit/releases) - [Commits](https://github.com/EndBug/add-and-commit/compare/v9.1.1...v9.1.2) --- updated-dependencies: - dependency-name: EndBug/add-and-commit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/gnu-data.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/gnu-data.yml b/.github/workflows/gnu-data.yml index 105f7911c..acaa8fc22 100644 --- a/.github/workflows/gnu-data.yml +++ b/.github/workflows/gnu-data.yml @@ -124,7 +124,7 @@ jobs: rm -rf dl - name: Add & Commit - uses: EndBug/add-and-commit@v9.1.1 + uses: EndBug/add-and-commit@v9.1.2 with: default_author: github_actions message: "Update of the data" @@ -139,35 +139,35 @@ jobs: python size-graph.py size-result.json - name: Add & Commit the GNU graph - uses: EndBug/add-and-commit@v9.1.1 + uses: EndBug/add-and-commit@v9.1.2 with: default_author: github_actions message: "Refresh the GNU graph" add: gnu-results.png - name: Add & Commit the busybox graph - uses: EndBug/add-and-commit@v9.1.1 + uses: EndBug/add-and-commit@v9.1.2 with: default_author: github_actions message: "Refresh the busybox graph" add: busybox-results.png - name: Add & Commit the toybox graph - uses: EndBug/add-and-commit@v9.1.1 + uses: EndBug/add-and-commit@v9.1.2 with: default_author: github_actions message: "Refresh the toybox graph" add: toybox-results.png - name: Add & Commit the individual size graph - uses: EndBug/add-and-commit@v9.1.1 + uses: EndBug/add-and-commit@v9.1.2 with: default_author: github_actions message: "Refresh the individual size graph" add: individual-size-results - name: Add & Commit the size graph - uses: EndBug/add-and-commit@v9.1.1 + uses: EndBug/add-and-commit@v9.1.2 with: default_author: github_actions message: "Refresh the size graph"