summaryrefslogtreecommitdiff
path: root/.github/workflows/bundled_gems.yml
AgeCommit message (Collapse)Author
2022-03-24Bump actions/checkout from 2 to 3dependabot[bot]
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [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/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Notes: Merged: https://github.com/ruby/ruby/pull/5704
2022-03-24Bump actions/cache from 2 to 3dependabot[bot]
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Notes: Merged: https://github.com/ruby/ruby/pull/5705
2021-12-26NEWS: Empty gem list if no new gemsNobuyoshi Nakada
2021-12-23[DOC] Do not push NEWS update to pull-requestNobuyoshi Nakada
2021-12-23Separate cache key from primary key [ci skip]Nobuyoshi Nakada
2021-12-23Get stdgems JSON files only if modified [ci skip]Nobuyoshi Nakada
2021-12-20[DOC] Skip tests if only NEWS.md changedNobuyoshi Nakada
2021-12-18Fix pull_request condition [ci skip]Nobuyoshi Nakada
2021-12-18[DOC] Update bundled gems listNobuyoshi Nakada
2021-12-02Cache downloaded filesNobuyoshi Nakada
Cache downloaded external libraries/gems, which are expected not changed so frequently. Also sometimes downloading from zlib returns the current time as the date header in unexpected format, and checksums mismatch at that time. Notes: Merged: https://github.com/ruby/ruby/pull/5201 Merged-By: nobu <nobu@ruby-lang.org>
2021-11-01bundled_gems: Pull before new commit [ci skip]Nobuyoshi Nakada
2021-10-26.github: use GNUMAKEFLAGS instead of JOBS卜部昌平
A bit readable to me. See also https://github.com/ruby/ruby/pull/4880 Notes: Merged: https://github.com/ruby/ruby/pull/5005
2021-09-06Schedule to update bundled_gemsNobuyoshi Nakada
2021-01-10Moved to ruby/actions workflow [ci skip]Nobuyoshi Nakada
2021-01-04Daily bundled_gems update [ci skip]Nobuyoshi Nakada