diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 4138fb7b..69d8580a 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -21,6 +21,6 @@ jobs: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: PHP-CS-Fixer - uses: docker://oskarstark/php-cs-fixer-ga:latest@sha256:9702a9fd95c40b383507d97d467d4c9ff709a6b7c7d3a7a7da3b7c155ee0aa38 + uses: docker://oskarstark/php-cs-fixer-ga:latest@sha256:0c86f441e2141a32bfb54deebb9d25ae6dd54dbca64d95f9eec0c92b0c3dcad1 with: args: . --diff --dry-run diff --git a/CHANGELOG.md b/CHANGELOG.md index 0aa25116..5fb0677e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.1](https://github.com/GoogleCloudPlatform/functions-framework-php/compare/v1.4.0...v1.4.1) (2024-10-02) + + +### Miscellaneous Chores + +* **deps:** update oskarstark/php-cs-fixer-ga:latest docker digest to 0c86f44 ([#201](https://github.com/GoogleCloudPlatform/functions-framework-php/issues/201)) ([df1a53c](https://github.com/GoogleCloudPlatform/functions-framework-php/commit/df1a53ce1255c82dae22cb965b7dc393135952a6)) + ## [1.4.0](https://github.com/GoogleCloudPlatform/functions-framework-php/compare/v1.3.0...v1.4.0) (2024-09-20)