Skip to content

Commit

Permalink
chore(deps): update samkirkland/ftp-deploy-action action to v4.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 15, 2023
1 parent 8756586 commit b8c8a1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:

- name: Deploy
if: ${{ github.repository_owner == 'CougarCS' && github.event_name != 'pull_request' && (github.ref == 'refs/heads/prod')}}
uses: SamKirkland/FTP-Deploy-Action@4.3.0
uses: SamKirkland/FTP-Deploy-Action@v4.3.3
with:
server: ${{secrets.FTP_URL}}
username: ${{secrets.FTP_USERNAME}}
Expand Down

0 comments on commit b8c8a1b

Please sign in to comment.