update workflows to use v1 tag

This commit is contained in:
Jamie Schouten 2024-09-14 20:21:50 +02:00
parent fa2ecd60be
commit bfc56002c4

View File

@ -47,7 +47,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Setup composer - name: Setup composer
uses: https://git.qlic.nl/actions/setup-composer@main uses: https://git.qlic.nl/actions/setup-composer@v1
with: with:
args: ${{ inputs.composer-args }} args: ${{ inputs.composer-args }}