Skip to content

Commit b2d158b

Browse files
Update ramsey/composer-install action to v2.3.1
1 parent 55c26aa commit b2d158b

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: make generate-example-client-${{ inputs.name }}
2222
- name: Tar example files
2323
run: tar -czf example.tar ./example
@@ -87,7 +87,7 @@ jobs:
8787
path: ./
8888
- name: UnTar example files
8989
run: tar -xzf example.tar
90-
- uses: ramsey/composer-install@v2
90+
- uses: ramsey/composer-install@1919f6c305aea6ab10e6181a8ddf72317ad77e0e # 2.3.1
9191
with:
9292
working-directory: "example/generated-${{ inputs.name }}/"
9393
ignore-cache: "yes"

0 commit comments

Comments
 (0)