We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fdfdaf2 + c7e25ee commit cfa7faaCopy full SHA for cfa7faa
.github/workflows/appstore-conventional-build-publish.yml
@@ -79,7 +79,7 @@ jobs:
79
run: npm i -g npm@"${{ steps.versions.outputs.npmVersion }}"
80
81
- name: Set up php ${{ env.PHP_VERSION }}
82
- uses: shivammathur/setup-php@a4e22b60bbb9c1021113f2860347b0759f66fe5d # v2
+ uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # v2
83
if: ${{ steps.changelog.outputs.skipped == 'false' }}
84
with:
85
php-version: ${{ env.PHP_VERSION }}
0 commit comments