{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":141594640,"defaultBranch":"master","name":"ArduinoECCX08","ownerLogin":"arduino-libraries","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2018-07-19T14:55:55.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1081290?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1710856058.0","currentOid":""},"activityList":{"items":[{"before":"27ae5112e412294e8b2d3e0499629177ff2f5e3a","after":null,"ref":"refs/heads/dependabot/github_actions/geekyeggo/delete-artifact-5","pushedAt":"2024-03-19T13:47:38.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"aentinger","name":"Alexander Entinger","path":"/aentinger","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3931733?s=80&v=4"}},{"before":"00ff5065ffff2fb2e909cccc79b7a64380418c06","after":"18b9826a41e4179156308f50bb34d9d1f1f4adad","ref":"refs/heads/master","pushedAt":"2024-03-19T13:47:35.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"aentinger","name":"Alexander Entinger","path":"/aentinger","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3931733?s=80&v=4"},"commit":{"message":"Bump geekyeggo/delete-artifact from 4 to 5 (#65)\n\nBumps [geekyeggo/delete-artifact](https://github.com/geekyeggo/delete-artifact) from 4 to 5.\r\n- [Release notes](https://github.com/geekyeggo/delete-artifact/releases)\r\n- [Changelog](https://github.com/GeekyEggo/delete-artifact/blob/main/CHANGELOG.md)\r\n- [Commits](https://github.com/geekyeggo/delete-artifact/compare/v4...v5)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: geekyeggo/delete-artifact\r\n dependency-type: direct:production\r\n update-type: version-update:semver-major\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump geekyeggo/delete-artifact from 4 to 5 (#65)"}},{"before":null,"after":"27ae5112e412294e8b2d3e0499629177ff2f5e3a","ref":"refs/heads/dependabot/github_actions/geekyeggo/delete-artifact-5","pushedAt":"2024-03-19T04:53:32.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump geekyeggo/delete-artifact from 4 to 5\n\nBumps [geekyeggo/delete-artifact](https://github.com/geekyeggo/delete-artifact) from 4 to 5.\n- [Release notes](https://github.com/geekyeggo/delete-artifact/releases)\n- [Changelog](https://github.com/GeekyEggo/delete-artifact/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/geekyeggo/delete-artifact/compare/v4...v5)\n\n---\nupdated-dependencies:\n- dependency-name: geekyeggo/delete-artifact\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump geekyeggo/delete-artifact from 4 to 5"}},{"before":"2e0fa4594a129e75032ac09ea12bda016c2b1c7d","after":null,"ref":"refs/heads/fix-compile-examples","pushedAt":"2024-02-21T17:54:50.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"aentinger","name":"Alexander Entinger","path":"/aentinger","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3931733?s=80&v=4"}},{"before":"b26acea6777c762cbe224ebf782186ca9a8ad511","after":"00ff5065ffff2fb2e909cccc79b7a64380418c06","ref":"refs/heads/master","pushedAt":"2024-02-21T17:54:47.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"aentinger","name":"Alexander Entinger","path":"/aentinger","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3931733?s=80&v=4"},"commit":{"message":"Merge pull request #64 from arduino-libraries/fix-compile-examples\n\nFix size deltas report infrastructure configuration","shortMessageHtmlLink":"Merge pull request #64 from arduino-libraries/fix-compile-examples"}},{"before":null,"after":"2e0fa4594a129e75032ac09ea12bda016c2b1c7d","ref":"refs/heads/fix-compile-examples","pushedAt":"2024-02-21T17:44:59.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"aentinger","name":"Alexander Entinger","path":"/aentinger","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3931733?s=80&v=4"},"commit":{"message":"Correct workflow artifact name pattern in size deltas report workflow\nThe \"sketches-reports-source\" input of the \"arduino/report-size-deltas\" GitHub Actions action defines the regular\nexpression that matches the names of the sketches report workflow artifacts produced by the \"Compile Examples\" workflow.\n\nThe key string in the names of these artifacts was set to \"sketches-report\" when the \"Compile Examples\" workflow was\nadjusted for compatibility with the breaking changes introduced by updating to version 4.x of the workflow's\n\"actions/upload-artifact\" GitHub Actions action dependency. The pattern set in the size deltas report workflow was\n\"sketches-reports\". The \"s\" at the end of that pattern caused it to no longer match against the key string in the\nartifact names after that adjustment of the \"Compile Examples\" workflow, resulting in size deltas reports no longer\nbeing generated by the workflow.\n\nAlthough a minimal fix would be to simply remove the \"s\" from the end of the pattern, the decision was made to use a\nmore strict regular expression. This will make it easier for maintainers and contributors to understand that this value\nis a regular expression and the exact nature of how that regular expression functions (which is less clear when relying\non the \"arduino/report-size-deltas\" action's partial pattern matching behavior).","shortMessageHtmlLink":"Correct workflow artifact name pattern in size deltas report workflow"}},{"before":"207accaa48e89d4990ae4141dcd02277091ad79e","after":null,"ref":"refs/heads/fix-report-size-deltas-warning","pushedAt":"2024-02-21T06:06:20.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"aentinger","name":"Alexander Entinger","path":"/aentinger","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3931733?s=80&v=4"}},{"before":"66f991a072b949128678f92b62c9684d2cb2fd67","after":"b26acea6777c762cbe224ebf782186ca9a8ad511","ref":"refs/heads/master","pushedAt":"2024-02-21T06:06:18.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"aentinger","name":"Alexander Entinger","path":"/aentinger","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3931733?s=80&v=4"},"commit":{"message":"Fix regression: report size delta size on PR. (#63)\n\nThe necessary steps have in fact been documented here: https://github.com/arduino/report-size-deltas/blob/main/docs/FAQ.md#workflow-triggered-by-pull_request-event but I have overlooked them when I fixed the upload issue. With this PR the size deltas are - once again - reported within the PR.","shortMessageHtmlLink":"Fix regression: report size delta size on PR. (#63)"}},{"before":null,"after":"207accaa48e89d4990ae4141dcd02277091ad79e","ref":"refs/heads/fix-report-size-deltas-warning","pushedAt":"2024-02-21T05:46:39.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"aentinger","name":"Alexander Entinger","path":"/aentinger","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3931733?s=80&v=4"},"commit":{"message":"Fix regression: report size delta size on PR.\nThe necessary steps have in fact been documented here: https://github.com/arduino/report-size-deltas/blob/main/docs/FAQ.md#workflow-triggered-by-pull_request-event but I have overlooked them when I fixed the upload issue. With this PR the size deltas are - once again - reported within the PR.","shortMessageHtmlLink":"Fix regression: report size delta size on PR."}},{"before":"369fcecf395e95c9251e37d99fff7aae62dc5497","after":null,"ref":"refs/heads/fix-report-size-delta","pushedAt":"2024-02-16T07:24:23.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"aentinger","name":"Alexander Entinger","path":"/aentinger","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3931733?s=80&v=4"}},{"before":"a351e075cfd9c400ccceb7235e71261384151ac0","after":"66f991a072b949128678f92b62c9684d2cb2fd67","ref":"refs/heads/master","pushedAt":"2024-02-16T07:24:21.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"aentinger","name":"Alexander Entinger","path":"/aentinger","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3931733?s=80&v=4"},"commit":{"message":"Fix regression re report-size-deltas after updating actions/upload-artifact. (#62)\n\nFor more information see https://github.com/arduino/report-size-deltas/blob/main/docs/FAQ.md#size-deltas-report-workflow-triggered-by-schedule-event .","shortMessageHtmlLink":"Fix regression re report-size-deltas after updating actions/upload-ar…"}},{"before":null,"after":"369fcecf395e95c9251e37d99fff7aae62dc5497","ref":"refs/heads/fix-report-size-delta","pushedAt":"2024-02-16T06:20:00.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"aentinger","name":"Alexander Entinger","path":"/aentinger","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3931733?s=80&v=4"},"commit":{"message":"Fix regression re report-size-deltas after updating actions/upload-artifact.\n\nFor more information see https://github.com/arduino/report-size-deltas/blob/main/docs/FAQ.md#size-deltas-report-workflow-triggered-by-schedule-event .","shortMessageHtmlLink":"Fix regression re report-size-deltas after updating actions/upload-ar…"}},{"before":"938eee2a36b6a7b66230c11b8a5733e6037fac69","after":null,"ref":"refs/heads/dependabot/github_actions/carlosperate/download-file-action-2","pushedAt":"2024-02-16T06:17:15.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"aentinger","name":"Alexander Entinger","path":"/aentinger","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3931733?s=80&v=4"}},{"before":"ae8d40cba411b8f2962e6f783c258bd3375edb18","after":"a351e075cfd9c400ccceb7235e71261384151ac0","ref":"refs/heads/master","pushedAt":"2024-02-16T06:17:12.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"aentinger","name":"Alexander Entinger","path":"/aentinger","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3931733?s=80&v=4"},"commit":{"message":"Bump carlosperate/download-file-action from 1 to 2 (#61)\n\nBumps [carlosperate/download-file-action](https://github.com/carlosperate/download-file-action) from 1 to 2.\r\n- [Release notes](https://github.com/carlosperate/download-file-action/releases)\r\n- [Commits](https://github.com/carlosperate/download-file-action/compare/v1...v2)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: carlosperate/download-file-action\r\n dependency-type: direct:production\r\n update-type: version-update:semver-major\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump carlosperate/download-file-action from 1 to 2 (#61)"}},{"before":"e73c56c93b46d85afdb96d9ee6627be0b2e355cb","after":null,"ref":"refs/heads/dependabot/github_actions/geekyeggo/delete-artifact-4","pushedAt":"2024-02-16T06:17:00.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"aentinger","name":"Alexander Entinger","path":"/aentinger","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3931733?s=80&v=4"}},{"before":"e79aa4f7ea3695c96999d565c1ec8354006397b6","after":"ae8d40cba411b8f2962e6f783c258bd3375edb18","ref":"refs/heads/master","pushedAt":"2024-02-16T06:16:57.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"aentinger","name":"Alexander Entinger","path":"/aentinger","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3931733?s=80&v=4"},"commit":{"message":"Bump geekyeggo/delete-artifact from 1 to 4 (#60)\n\nBumps [geekyeggo/delete-artifact](https://github.com/geekyeggo/delete-artifact) from 1 to 4.\r\n- [Release notes](https://github.com/geekyeggo/delete-artifact/releases)\r\n- [Changelog](https://github.com/GeekyEggo/delete-artifact/blob/main/CHANGELOG.md)\r\n- [Commits](https://github.com/geekyeggo/delete-artifact/compare/v1...v4)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: geekyeggo/delete-artifact\r\n dependency-type: direct:production\r\n update-type: version-update:semver-major\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump geekyeggo/delete-artifact from 1 to 4 (#60)"}},{"before":"c342b8d760b40dfbcbbd77de8937d771460056cc","after":null,"ref":"refs/heads/dependabot/github_actions/actions/upload-artifact-4","pushedAt":"2024-02-16T06:16:23.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"aentinger","name":"Alexander Entinger","path":"/aentinger","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3931733?s=80&v=4"}},{"before":"519f727daa934300ea1fcdd4fbbb71040f2983f8","after":"e79aa4f7ea3695c96999d565c1ec8354006397b6","ref":"refs/heads/master","pushedAt":"2024-02-16T06:16:21.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"aentinger","name":"Alexander Entinger","path":"/aentinger","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3931733?s=80&v=4"},"commit":{"message":"Bump actions/upload-artifact from 2 to 4 (#59)\n\nBumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 4.\r\n- [Release notes](https://github.com/actions/upload-artifact/releases)\r\n- [Commits](https://github.com/actions/upload-artifact/compare/v2...v4)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: actions/upload-artifact\r\n dependency-type: direct:production\r\n update-type: version-update:semver-major\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump actions/upload-artifact from 2 to 4 (#59)"}},{"before":"703fff9ab11ab3083207c7404a599ffa1dea13e1","after":null,"ref":"refs/heads/dependabot/github_actions/actions/checkout-4","pushedAt":"2024-02-16T06:16:07.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"aentinger","name":"Alexander Entinger","path":"/aentinger","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3931733?s=80&v=4"}},{"before":"60d4b823125b3fc722e28198c0d9004d847ab956","after":"519f727daa934300ea1fcdd4fbbb71040f2983f8","ref":"refs/heads/master","pushedAt":"2024-02-16T06:16:04.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"aentinger","name":"Alexander Entinger","path":"/aentinger","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3931733?s=80&v=4"},"commit":{"message":"Bump actions/checkout from 2 to 4 (#58)\n\nBumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4.\r\n- [Release notes](https://github.com/actions/checkout/releases)\r\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\r\n- [Commits](https://github.com/actions/checkout/compare/v2...v4)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: actions/checkout\r\n dependency-type: direct:production\r\n update-type: version-update:semver-major\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump actions/checkout from 2 to 4 (#58)"}},{"before":"11973802ce056d8e866393600079e581b9368928","after":null,"ref":"refs/heads/dependabot/github_actions/actions/download-artifact-4","pushedAt":"2024-02-16T06:15:49.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"aentinger","name":"Alexander Entinger","path":"/aentinger","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3931733?s=80&v=4"}},{"before":"edf43b7e916db0228d8b8ee1130a93b96a395188","after":"60d4b823125b3fc722e28198c0d9004d847ab956","ref":"refs/heads/master","pushedAt":"2024-02-16T06:15:46.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"aentinger","name":"Alexander Entinger","path":"/aentinger","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3931733?s=80&v=4"},"commit":{"message":"Bump actions/download-artifact from 2 to 4 (#57)\n\nBumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.\r\n- [Release notes](https://github.com/actions/download-artifact/releases)\r\n- [Commits](https://github.com/actions/download-artifact/compare/v2...v4)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: actions/download-artifact\r\n dependency-type: direct:production\r\n update-type: version-update:semver-major\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump actions/download-artifact from 2 to 4 (#57)"}},{"before":null,"after":"938eee2a36b6a7b66230c11b8a5733e6037fac69","ref":"refs/heads/dependabot/github_actions/carlosperate/download-file-action-2","pushedAt":"2024-02-16T06:15:35.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump carlosperate/download-file-action from 1 to 2\n\nBumps [carlosperate/download-file-action](https://github.com/carlosperate/download-file-action) from 1 to 2.\n- [Release notes](https://github.com/carlosperate/download-file-action/releases)\n- [Commits](https://github.com/carlosperate/download-file-action/compare/v1...v2)\n\n---\nupdated-dependencies:\n- dependency-name: carlosperate/download-file-action\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump carlosperate/download-file-action from 1 to 2"}},{"before":null,"after":"e73c56c93b46d85afdb96d9ee6627be0b2e355cb","ref":"refs/heads/dependabot/github_actions/geekyeggo/delete-artifact-4","pushedAt":"2024-02-16T06:15:31.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump geekyeggo/delete-artifact from 1 to 4\n\nBumps [geekyeggo/delete-artifact](https://github.com/geekyeggo/delete-artifact) from 1 to 4.\n- [Release notes](https://github.com/geekyeggo/delete-artifact/releases)\n- [Changelog](https://github.com/GeekyEggo/delete-artifact/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/geekyeggo/delete-artifact/compare/v1...v4)\n\n---\nupdated-dependencies:\n- dependency-name: geekyeggo/delete-artifact\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump geekyeggo/delete-artifact from 1 to 4"}},{"before":null,"after":"c342b8d760b40dfbcbbd77de8937d771460056cc","ref":"refs/heads/dependabot/github_actions/actions/upload-artifact-4","pushedAt":"2024-02-16T06:15:29.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump actions/upload-artifact from 2 to 4\n\nBumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 4.\n- [Release notes](https://github.com/actions/upload-artifact/releases)\n- [Commits](https://github.com/actions/upload-artifact/compare/v2...v4)\n\n---\nupdated-dependencies:\n- dependency-name: actions/upload-artifact\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump actions/upload-artifact from 2 to 4"}},{"before":null,"after":"703fff9ab11ab3083207c7404a599ffa1dea13e1","ref":"refs/heads/dependabot/github_actions/actions/checkout-4","pushedAt":"2024-02-16T06:15:25.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump actions/checkout from 2 to 4\n\nBumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v2...v4)\n\n---\nupdated-dependencies:\n- dependency-name: actions/checkout\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump actions/checkout from 2 to 4"}},{"before":null,"after":"11973802ce056d8e866393600079e581b9368928","ref":"refs/heads/dependabot/github_actions/actions/download-artifact-4","pushedAt":"2024-02-16T06:15:21.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump actions/download-artifact from 2 to 4\n\nBumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.\n- [Release notes](https://github.com/actions/download-artifact/releases)\n- [Commits](https://github.com/actions/download-artifact/compare/v2...v4)\n\n---\nupdated-dependencies:\n- dependency-name: actions/download-artifact\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump actions/download-artifact from 2 to 4"}},{"before":"6dd5c9363a34cb10c77892a2557abd2d35db3321","after":null,"ref":"refs/heads/dependabot","pushedAt":"2024-02-16T06:14:53.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"aentinger","name":"Alexander Entinger","path":"/aentinger","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3931733?s=80&v=4"}},{"before":"15597a6b54e17a10f833500300f439dde8d7b9e1","after":"edf43b7e916db0228d8b8ee1130a93b96a395188","ref":"refs/heads/master","pushedAt":"2024-02-16T06:14:51.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"aentinger","name":"Alexander Entinger","path":"/aentinger","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3931733?s=80&v=4"},"commit":{"message":"Configure Dependabot to check for outdated actions used in workflows (#56)\n\nDependabot will periodically check the versions of all actions used in the repository's workflows. If any are found to\r\nbe outdated, it will submit a pull request to update them.\r\n\r\nNOTE: Dependabot's PRs will occasionally propose to pin to the patch version of the action (e.g., updating\r\n to ). When the action author has provided a major version ref, use that instead\r\n(e.g., ). Dependabot will automatically close its PR once the workflow has been updated.\r\n\r\nMore information:\r\nhttps://docs.github.com/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot","shortMessageHtmlLink":"Configure Dependabot to check for outdated actions used in workflows (#…"}},{"before":null,"after":"6dd5c9363a34cb10c77892a2557abd2d35db3321","ref":"refs/heads/dependabot","pushedAt":"2024-02-16T06:13:54.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"aentinger","name":"Alexander Entinger","path":"/aentinger","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3931733?s=80&v=4"},"commit":{"message":"Configure Dependabot to check for outdated actions used in workflows\n\nDependabot will periodically check the versions of all actions used in the repository's workflows. If any are found to\nbe outdated, it will submit a pull request to update them.\n\nNOTE: Dependabot's PRs will occasionally propose to pin to the patch version of the action (e.g., updating\n to ). When the action author has provided a major version ref, use that instead\n(e.g., ). Dependabot will automatically close its PR once the workflow has been updated.\n\nMore information:\nhttps://docs.github.com/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot","shortMessageHtmlLink":"Configure Dependabot to check for outdated actions used in workflows"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wMy0xOVQxMzo0NzozOC4wMDAwMDBazwAAAAQZqSOW","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wMy0xOVQxMzo0NzozOC4wMDAwMDBazwAAAAQZqSOW","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wMi0xNlQwNjoxMzo1NC4wMDAwMDBazwAAAAP8RDNI"}},"title":"Activity · arduino-libraries/ArduinoECCX08"}