summaryrefslogtreecommitdiff
path: root/.github/workflows/develop_update.yml
AgeCommit message (Collapse)AuthorFilesLines
2025-11-21Bump actions/checkout from 5 to 6 (#25807)dependabot[bot]1-1/+1
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-09Bump actions/checkout from 4 to 5 (#25554)dependabot[bot]1-1/+1
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-05Bump actions/checkout from 3 to 4 (#21907)dependabot[bot]1-1/+1
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-23Lock down workflow permissions. (#19406)Nick Brassel1-0/+3
Co-authored-by: Joel Challis <git@zvecr.com>
2022-08-08Also disable line ending conversion for merge workflows (#17953)Joel Challis1-0/+4
2022-06-29Bump actions/checkout from 2 to 3 (#17496)dependabot[bot]1-1/+1
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-15Ensure dependent CI workflows run (#16662)Joel Challis1-0/+1
2022-03-15Add merge workflow for XAP branch (#16652)Joel Challis1-8/+0
* Add merge workflow for XAP branch * uncomment
2020-11-22identify the qmk-botZach White1-0/+2
2020-11-22Fix failed develop updates within CI (#11001)Joel Challis1-2/+5
* Fix inverted logic * skip locked instead of fail
2020-11-21Rebase develop after a master push (#10812)Zach White1-0/+32
* rebase develop after a master push * limit this to qmk/qmk_firmware * change to a merge strategy * GITHUB_TOKEN isn't needed * check for .locked in develop * break up into more steps