Skip to content

Commit ff68bd0

Browse files
skwid138cig-bot
authored andcommitted
feat: update action syntax and dependencies (#40)
* feat: use latest Google Auth action * feat: use non-deprecated syntax for set-output * feat: use non-deprecated set-ouput syntax * feat: use latest actions to prevent warnings annd errors * fix: use the same engine as root package.json * feat: use latest action versions * style: run linting * fix: use proper syntax * fix: resolve lockfille inconsistency * chore: update dependencies * chore: rollback to compatabile version of package Committed via a GitHub action: https://github.com/itcig/itcig/actions/runs/7547991162
1 parent 25355ff commit ff68bd0

File tree

4 files changed

+95
-33
lines changed

4 files changed

+95
-33
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.6.0](https://github.com/itcig/itcig/compare/@itcig/[email protected]...@itcig/[email protected]) (2024-01-16)
7+
8+
9+
### Features
10+
11+
* update action syntax and dependencies ([#40](https://github.com/itcig/itcig/issues/40)) ([344b786](https://github.com/itcig/itcig/commit/344b78664e9298597bb128b62acb9d2b06376f5b))
12+
13+
14+
615
## [0.5.0](https://github.com/itcig/itcig/compare/@itcig/[email protected]...@itcig/[email protected]) (2023-02-21)
716

817

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "itcig/php-coding-standards",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"type": "phpcodesniffer-standard",
55
"description": "PHP_CodeSniffer rules (sniffs) to enforce CIG coding conventions",
66
"keywords": [
@@ -55,7 +55,7 @@
5555
},
5656
"extra": {
5757
"branch-alias": {
58-
"dev-main": "0.5.x-dev"
58+
"dev-main": "0.6.x-dev"
5959
}
6060
}
6161
}

composer.lock

Lines changed: 83 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@itcig/php-coding-standards",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"license": "MIT",
55
"description": "PHP_CodeSniffer rules (sniffs) to enforce CIG coding conventions",
66
"author": {

0 commit comments

Comments
 (0)