Commit Graph

95 Commits

Author SHA1 Message Date
Brian Coords 3e10a85a1a updates version and changelog to 1.2.4 2024-03-27 07:41:51 -07:00
Brian Coords e1fa042e04
Merge pull request #2184 from understrap/dependabot/github_actions/develop/github-actions-fa6b19a390
Bump the github-actions group with 3 updates
2024-03-21 16:47:36 -07:00
Brian Coords 824f30b100 updates version for release 2024-03-18 07:09:36 -07:00
dependabot[bot] 9f47411041
Bump the github-actions group with 3 updates
Bumps the github-actions group with 3 updates: [actions/setup-node](https://github.com/actions/setup-node), [actions/cache](https://github.com/actions/cache) and [ramsey/composer-install](https://github.com/ramsey/composer-install).


Updates `actions/setup-node` from 3 to 4
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v3...v4)

Updates `actions/cache` from 3 to 4
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3...v4)

Updates `ramsey/composer-install` from 2 to 3
- [Release notes](https://github.com/ramsey/composer-install/releases)
- [Commits](https://github.com/ramsey/composer-install/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: ramsey/composer-install
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-01 05:38:46 +00:00
Brian Coords 6eb180d4ac updates theme version to 1.2.3-beta.1 2023-10-16 06:43:40 -07:00
IanDelMar a635e8ede8 Add grouped version updates for dependabot 2023-10-16 07:35:33 +02:00
IanDelMar 83932500ef Fix and update workflows 2023-10-12 18:49:23 +02:00
Brian Coords c9efe6b998
Merge pull request #2124 from IanDelMar/build-assets-workflow
Add workflow to build css and js files
2023-10-11 07:37:03 -07:00
Brian Coords a33bf91c15
Merge pull request #2113 from szepeviktor/fix-typos
Fix typos
2023-10-11 07:04:48 -07:00
IanDelMar 9d68e42429 Fix node version in build workflow 2023-10-10 23:52:55 +02:00
IanDelMar 52c5e12bb2 Add workflow to build css and js files 2023-10-10 23:36:22 +02:00
IanDelMar d88f3488d5 Update linting.yml 2023-10-10 15:33:15 +02:00
Viktor Szépe 74aaddc0ba
Merge branch 'develop' into fix-typos 2023-10-10 08:23:53 +02:00
IanDelMar 040d480285 fix auto commit 2023-10-09 01:05:11 +02:00
IanDelMar 9c6db628a2 cache phpcs and phpstan cache 2023-10-09 00:04:39 +02:00
IanDelMar 090819f47a update path filter for linting 2023-10-09 00:01:56 +02:00
IanDelMar 50ab416f73 update php-lint job 2023-10-08 23:58:58 +02:00
IanDelMar 35a2c13fcd move phpmd-ga script from composer to linting workflow 2023-10-08 23:55:15 +02:00
IanDelMar bfe120f24e fail fast on setup error 2023-10-08 23:53:01 +02:00
IanDelMar 35bf2444b8 fix stefanzweifel/git-auto-commit-action syntax 2023-10-08 23:48:50 +02:00
IanDelMar ec8749343b use ramsey/composer-install to simplify workflow 2023-10-08 23:44:42 +02:00
IanDelMar 2fec4a5d23 bump actions/checkout from 3 to 4 2023-10-08 23:41:59 +02:00
IanDelMar 7fbfec56ea move phpcs-ga script from composer to linting workflow 2023-10-08 23:39:53 +02:00
IanDelMar 0e924273e6 bump stefanzweifel/git-auto-commit-action from 4 to 5 2023-10-08 13:23:02 +02:00
Viktor Szépe e9fb08514d Fix typos 2023-07-04 15:41:29 +00:00
Brian Coords c3d1f894be updates version to 1.2.2 2023-01-16 15:14:31 -08:00
Brian Coords 3c37da6330 updates to version 1.2.2-beta1 2022-12-07 08:27:55 -08:00
Brian Coords 93956282c2 updates assets to 1.2.1 2022-11-17 07:06:18 -08:00
Brian Coords c20ace1683 updates assets to 1.2.0 release 2022-11-15 11:59:39 -08:00
Brian Coords 4aebde9ed9 runs build for beta-2 tag 2022-11-05 10:05:08 -07:00
Brian Coords 9de69997b6
Merge pull request #1959 from IanDelMar/pr-template
Add more change types to the pull request template
2022-11-05 09:28:38 -07:00
Brian Coords 5d5a852f11
Merge pull request #1968 from IanDelMar/license
Update license to GNU GPL v3
2022-11-05 09:25:03 -07:00
IanDelMar 888295c8ca switch to monthly dependabot interval 2022-10-24 07:48:29 +02:00
IanDelMar 1485f14e9f update license 2022-10-19 10:35:00 +02:00
IanDelMar 45e48f2969 update license to gnu gpl v3 2022-10-18 10:49:33 +02:00
IanDelMar af0aa69e1c Add more change types to the pull request template 2022-10-16 07:43:42 +02:00
Brian Coords 7dab5c266b updates changelog for bootstrap 5.2.2 2022-10-13 08:30:50 -07:00
IanDelMar 21892f93eb
Merge branch 'develop' into last-commit 2022-10-13 07:39:37 +02:00
IanDelMar 759721cf0c Update url to Bootstrap license 2022-10-12 21:01:19 +02:00
IanDelMar d1f232c6a6 Update license information 2022-10-12 20:54:52 +02:00
IanDelMar 0b1b249403 Use develop branch for the 'last commit' badge 2022-10-12 20:21:04 +02:00
Brian Coords 20ff5eff2c adds 1.2.0-beta1 tag and runs styles 2022-10-05 10:05:45 -07:00
IanDelMar 6a4fd688ee bump actions/cache from v2 to v3 2022-07-20 00:16:06 +02:00
IanDelMar 5080501caf bump actions/checkout from v2 to v3 2022-07-20 00:15:30 +02:00
IanDelMar f89e710de6 fix linting workflow 2022-07-20 00:05:16 +02:00
IanDelMar 25164aebb8 apply github style guide to indentation of steps 2022-03-14 00:52:07 +01:00
IanDelMar 34086b120f remove misplaced hyphen 2022-03-14 00:48:54 +01:00
IanDelMar 577e6155a2 add php setup to php-lint job 2022-03-11 00:57:04 +01:00
IanDelMar 67ea6a5192 remove unused output 2022-03-11 00:32:31 +01:00
IanDelMar d0de8fe6ce use environment variable for php version 2022-03-11 00:29:30 +01:00