You've already forked coreutils-tracking
mirror of
https://github.com/uutils/coreutils-tracking.git
synced 2026-06-10 16:12:04 -07:00
Bump EndBug/add-and-commit from 9.1.4 to 10.0.0
Bumps [EndBug/add-and-commit](https://github.com/endbug/add-and-commit) from 9.1.4 to 10.0.0. - [Release notes](https://github.com/endbug/add-and-commit/releases) - [Commits](https://github.com/endbug/add-and-commit/compare/v9.1.4...v10.0.0) --- updated-dependencies: - dependency-name: EndBug/add-and-commit dependency-version: 10.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
Daniel Hofstetter
parent
ac1395c395
commit
5ffd286aaa
@@ -148,7 +148,7 @@ jobs:
|
||||
|
||||
- name: Add & Commit
|
||||
if: github.event_name != 'pull_request'
|
||||
uses: EndBug/add-and-commit@v9.1.4
|
||||
uses: EndBug/add-and-commit@v10.0.0
|
||||
with:
|
||||
default_author: github_actions
|
||||
message: "Update of the data"
|
||||
@@ -165,7 +165,7 @@ jobs:
|
||||
|
||||
- name: Add & Commit the GNU graph
|
||||
if: github.event_name != 'pull_request'
|
||||
uses: EndBug/add-and-commit@v9.1.4
|
||||
uses: EndBug/add-and-commit@v10.0.0
|
||||
with:
|
||||
default_author: github_actions
|
||||
message: "Refresh the GNU graph"
|
||||
@@ -174,7 +174,7 @@ jobs:
|
||||
|
||||
- name: Add & Commit the busybox graph
|
||||
if: github.event_name != 'pull_request'
|
||||
uses: EndBug/add-and-commit@v9.1.4
|
||||
uses: EndBug/add-and-commit@v10.0.0
|
||||
with:
|
||||
default_author: github_actions
|
||||
message: "Refresh the busybox graph"
|
||||
@@ -183,7 +183,7 @@ jobs:
|
||||
|
||||
- name: Add & Commit the toybox graph
|
||||
if: github.event_name != 'pull_request'
|
||||
uses: EndBug/add-and-commit@v9.1.4
|
||||
uses: EndBug/add-and-commit@v10.0.0
|
||||
with:
|
||||
default_author: github_actions
|
||||
message: "Refresh the toybox graph"
|
||||
@@ -192,7 +192,7 @@ jobs:
|
||||
|
||||
- name: Add & Commit the individual size graph
|
||||
if: github.event_name != 'pull_request'
|
||||
uses: EndBug/add-and-commit@v9.1.4
|
||||
uses: EndBug/add-and-commit@v10.0.0
|
||||
with:
|
||||
default_author: github_actions
|
||||
message: "Refresh the individual size graph"
|
||||
@@ -201,7 +201,7 @@ jobs:
|
||||
|
||||
- name: Add & Commit the size graph
|
||||
if: github.event_name != 'pull_request'
|
||||
uses: EndBug/add-and-commit@v9.1.4
|
||||
uses: EndBug/add-and-commit@v10.0.0
|
||||
with:
|
||||
default_author: github_actions
|
||||
message: "Refresh the size graph"
|
||||
|
||||
Reference in New Issue
Block a user