Skip to content

Commit 1d47c70

Browse files
committed
Use report size deltas action from dedicated repository
The arduino/actions repository is used for hosting GitHub Actions that are in an experimental state. The report size deltas action has since been deemed valuable and mature enough to be moved to a dedicated repository. The action at the previous location is preserved for now for the sake of backwards compatibility, but is deprecated and unmaintained. All workflows should be updated to using the arduino/report-size-deltas action.
1 parent 9fb37de commit 1d47c70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/report-size-deltas.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515

1616
steps:
1717
- name: Comment size deltas reports to PRs
18-
uses: arduino/actions/libraries/report-size-deltas@master
18+
uses: arduino/report-size-deltas@v1

0 commit comments

Comments
 (0)