chore: update action references for release v2025.11.02

This commit updates all internal action references to point to the current
commit SHA in preparation for release v2025.11.02.
This commit is contained in:
2025-11-02 20:44:00 +02:00
parent 2f1c73dd8b
commit ff0ca4bc92
31 changed files with 67 additions and 67 deletions

View File

@@ -86,14 +86,14 @@ runs:
token: ${{ inputs.token || github.token }}
- name: Set Git Config
uses: ivuorinen/actions/set-git-config@0fa9a68f07a1260b321f814202658a6089a43d42
uses: ivuorinen/actions/set-git-config@2f1c73dd8b23ffec17bb93ebd0f32e7a7c7546fc
with:
token: ${{ inputs.token != '' && inputs.token || github.token }}
username: ${{ inputs.username }}
email: ${{ inputs.email }}
- name: Composer Install
uses: ivuorinen/actions/php-composer@0fa9a68f07a1260b321f814202658a6089a43d42
uses: ivuorinen/actions/php-composer@2f1c73dd8b23ffec17bb93ebd0f32e7a7c7546fc
- name: Run PHPUnit Tests
id: test