Skip to content

Commit

Permalink
Merge pull request #19 from lszeremeta/dependabot/github_actions/SamK…
Browse files Browse the repository at this point in the history
…irkland/FTP-Deploy-Action-4.3.5

Bump SamKirkland/FTP-Deploy-Action from 4.3.4 to 4.3.5
  • Loading branch information
lszeremeta authored Mar 12, 2024
2 parents 3869bb6 + 48d64ed commit bb8bd43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Sync files
uses: SamKirkland/[email protected].4
uses: SamKirkland/[email protected].5
with:
server: ${{ secrets.FTP_SERVER }}
username: ${{ secrets.FTP_USERNAME_BETA }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Sync files
uses: SamKirkland/[email protected].4
uses: SamKirkland/[email protected].5
with:
server: ${{ secrets.FTP_SERVER }}
username: ${{ secrets.FTP_USERNAME_RELEASE }}
Expand Down

0 comments on commit bb8bd43

Please sign in to comment.