Skip to content

Commit 937bd22

Browse files
authored
Merge pull request #237 from php-api-clients/renovate/update-github-tags-ramsey-composer-install-2-3-1
Update ramsey/composer-install action to v2.3.1
2 parents e72af00 + d647658 commit 937bd22

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/subsplit-client.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ jobs:
1717
with:
1818
fetch-depth: '0'
1919
persist-credentials: 'false'
20-
- uses: "ramsey/composer-install@v2"
20+
- uses: "ramsey/composer-install@1919f6c305aea6ab10e6181a8ddf72317ad77e0e" # 2.3.1
2121
- run: make generate-example-client-subsplit

.github/workflows/test-client.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
fetch-depth: '0'
1919
persist-credentials: 'false'
20-
- uses: "ramsey/composer-install@v2"
20+
- uses: "ramsey/composer-install@1919f6c305aea6ab10e6181a8ddf72317ad77e0e" # 2.3.1
2121
- run: |
2222
mkdir -p example/generated-${{ inputs.name }}
2323
- run: curl -o example/api.github.com.yaml https://raw.githubusercontent.com/github/rest-api-description/main/descriptions-next/api.github.com/api.github.com.yaml
@@ -96,7 +96,7 @@ jobs:
9696
path: ./
9797
- name: UnTar example files
9898
run: tar -xzf example.tar
99-
- uses: ramsey/composer-install@v2
99+
- uses: ramsey/composer-install@1919f6c305aea6ab10e6181a8ddf72317ad77e0e # 2.3.1
100100
with:
101101
working-directory: "example/generated-${{ inputs.name }}/"
102102
ignore-cache: "yes"

0 commit comments

Comments
 (0)