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 |
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 |
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 |
IanDelMar
|
76405f0f36
|
restrict linting to pushes/prs with php files
|
2022-03-11 00:28:35 +01:00 |
IanDelMar
|
cde45d6570
|
remove branch from workflow_dispatch
|
2022-03-11 00:27:28 +01:00 |
IanDelMar
|
b6cd3ad9d9
|
add github actions lint workflow
|
2022-03-09 01:50:40 +01:00 |