Skip to content

Commit c4fede3

Browse files
dependabot[bot]sylvestre
authored andcommitted
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](EndBug/add-and-commit@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>
1 parent dc98aa8 commit c4fede3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/gnu-data.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
149149
- name: Add & Commit
150150
if: github.event_name != 'pull_request'
151-
uses: EndBug/add-and-commit@v9.1.4
151+
uses: EndBug/add-and-commit@v10.0.0
152152
with:
153153
default_author: github_actions
154154
message: "Update of the data"
@@ -165,7 +165,7 @@ jobs:
165165
166166
- name: Add & Commit the GNU graph
167167
if: github.event_name != 'pull_request'
168-
uses: EndBug/add-and-commit@v9.1.4
168+
uses: EndBug/add-and-commit@v10.0.0
169169
with:
170170
default_author: github_actions
171171
message: "Refresh the GNU graph"
@@ -174,7 +174,7 @@ jobs:
174174

175175
- name: Add & Commit the busybox graph
176176
if: github.event_name != 'pull_request'
177-
uses: EndBug/add-and-commit@v9.1.4
177+
uses: EndBug/add-and-commit@v10.0.0
178178
with:
179179
default_author: github_actions
180180
message: "Refresh the busybox graph"
@@ -183,7 +183,7 @@ jobs:
183183

184184
- name: Add & Commit the toybox graph
185185
if: github.event_name != 'pull_request'
186-
uses: EndBug/add-and-commit@v9.1.4
186+
uses: EndBug/add-and-commit@v10.0.0
187187
with:
188188
default_author: github_actions
189189
message: "Refresh the toybox graph"
@@ -192,7 +192,7 @@ jobs:
192192

193193
- name: Add & Commit the individual size graph
194194
if: github.event_name != 'pull_request'
195-
uses: EndBug/add-and-commit@v9.1.4
195+
uses: EndBug/add-and-commit@v10.0.0
196196
with:
197197
default_author: github_actions
198198
message: "Refresh the individual size graph"
@@ -201,7 +201,7 @@ jobs:
201201

202202
- name: Add & Commit the size graph
203203
if: github.event_name != 'pull_request'
204-
uses: EndBug/add-and-commit@v9.1.4
204+
uses: EndBug/add-and-commit@v10.0.0
205205
with:
206206
default_author: github_actions
207207
message: "Refresh the size graph"

0 commit comments

Comments
 (0)