Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .github/workflows/gnu-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:

- name: Add & Commit
if: github.event_name != 'pull_request'
uses: EndBug/add-and-commit@v10.0.0
uses: EndBug/add-and-commit@v11.0.0
with:
default_author: github_actions
message: "Update of the data"
Expand All @@ -201,7 +201,7 @@ jobs:

- name: Add & Commit the GNU graph
if: github.event_name != 'pull_request'
uses: EndBug/add-and-commit@v10.0.0
uses: EndBug/add-and-commit@v11.0.0
with:
default_author: github_actions
message: "Refresh the GNU graph"
Expand All @@ -210,7 +210,7 @@ jobs:

- name: Add & Commit the busybox graph
if: github.event_name != 'pull_request'
uses: EndBug/add-and-commit@v10.0.0
uses: EndBug/add-and-commit@v11.0.0
with:
default_author: github_actions
message: "Refresh the busybox graph"
Expand All @@ -219,7 +219,7 @@ jobs:

- name: Add & Commit the toybox graph
if: github.event_name != 'pull_request'
uses: EndBug/add-and-commit@v10.0.0
uses: EndBug/add-and-commit@v11.0.0
with:
default_author: github_actions
message: "Refresh the toybox graph"
Expand All @@ -228,7 +228,7 @@ jobs:

- name: Add & Commit the individual size graph
if: github.event_name != 'pull_request'
uses: EndBug/add-and-commit@v10.0.0
uses: EndBug/add-and-commit@v11.0.0
with:
default_author: github_actions
message: "Refresh the individual size graph"
Expand All @@ -237,7 +237,7 @@ jobs:

- name: Add & Commit the size graph
if: github.event_name != 'pull_request'
uses: EndBug/add-and-commit@v10.0.0
uses: EndBug/add-and-commit@v11.0.0
with:
default_author: github_actions
message: "Refresh the size graph"
Expand All @@ -246,7 +246,7 @@ jobs:

- name: Add & Commit the unsafe graph
if: github.event_name != 'pull_request'
uses: EndBug/add-and-commit@v10.0.0
uses: EndBug/add-and-commit@v11.0.0
with:
default_author: github_actions
message: "Refresh the unsafe graph"
Expand All @@ -255,7 +255,7 @@ jobs:

- name: Add & Commit the activity graph
if: github.event_name != 'pull_request'
uses: EndBug/add-and-commit@v10.0.0
uses: EndBug/add-and-commit@v11.0.0
with:
default_author: github_actions
message: "Refresh the activity graph"
Expand Down
Loading