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"