Skip to content

Commit a031dfb

Browse files
committed
v2.2.0
====== - Total issues resolved: **0** - Total pull requests resolved: **9** - Total contributors: **2** Dependencies 📦 -------------- - [172: Update tj-actions/changed-files action to v46](#172) thanks to @renovate[bot] - [169: Update tj-actions/changed-files action to v45](#169) thanks to @renovate[bot] - [167: Drop symfony v6](#167) thanks to @WyriHaximus - [166: Update dependency composer/composer to v2.7.7 [SECURITY]](#166) thanks to @renovate[bot] - [142: Update actions/github-script action to v7](#142) thanks to @renovate[bot] - [131: Update wyrihaximusnet/php Docker tag to v8.3](#131) thanks to @renovate[bot] Enhancement ✨ ------------- - [171: Remove checkout in example and in CI before diff](#171) thanks to @WyriHaximus - [170: Use sparse checkout to limit the amount of code pulled](#170) thanks to @WyriHaximus - [165: Delegate creating the commit to the work flow](#165) thanks to @WyriHaximus
1 parent d226bac commit a031dfb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ runs:
8181
${{ inputs.workingDirectory }}composer.json
8282
${{ inputs.workingDirectory }}composer.lock
8383
- name: Generate Comments
84-
uses: docker://ghcr.io/wyrihaximus/github-action-composer.lock-diff:main
84+
uses: docker://ghcr.io/wyrihaximus/github-action-composer.lock-diff:v2.2.0
8585
with:
8686
dryRun: ${{ inputs.dryRun }}
8787
workingDirectory: ${{ inputs.workingDirectory }}

0 commit comments

Comments
 (0)