Skip to content

Commit

Permalink
feat: pinned deployer action to version 1.0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenobird committed Oct 2, 2024
1 parent 1c0f635 commit 2fe7f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
key: ${{ runner.os }}-build-php${{ env.PHP_VERSION }}-${{ hashFiles('**/composer.lock') }}

- name: Deploy
uses: deployphp/action@v1
uses: deployphp/action@v1.0.23
with:
private-key: ${{ secrets.DEPLOY_PRIVATE_KEY }}
dep: deploy

0 comments on commit 2fe7f47

Please sign in to comment.