We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5578228 commit ae6ca50Copy full SHA for ae6ca50
etc/workflow-skeleton/generate-{{ path }}.yaml
@@ -24,8 +24,8 @@ jobs:
24
image: wyrihaximusnet/php:{{ "${{ needs.supported-versions-matrix.outputs.version }}" }}-nts-alpine-slim-dev-root
25
steps:
26
- uses: actions/checkout@v4
27
- - uses: ramsey/composer-install@v2
28
+ - uses: ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520 # 3.1.1
29
with:
30
working-directory: "clients/{{ path }}"
31
- name: Download current spec file
0 commit comments