Skip to content

Commit e78688c

Browse files
authored
Update update-submodules.yml
1 parent 50e9835 commit e78688c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/update-submodules.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
steps:
142142
- name: 1️⃣ Create ianhub-agent token
143143
id: app-token
144-
uses: actions/create-github-app-token@v2
144+
uses: actions/create-github-app-token@v3
145145
with:
146146
app-id: ${{ secrets.IANHUB_AGENT_APP_ID }}
147147
private-key: ${{ secrets.IANHUB_AGENT_PRIVATE_KEY }}
@@ -173,7 +173,7 @@ jobs:
173173
echo "VERSION=$VERSION" >> $GITHUB_ENV
174174
175175
- name: 3️⃣ Upload to FTP
176-
uses: SamKirkland/FTP-Deploy-Action@4
176+
uses: SamKirkland/FTP-Deploy-Action@v4.4.0
177177
with:
178178
server: ${{ secrets.FTP_HOST }}
179179
port: ${{ secrets.FTP_PORT }}

0 commit comments

Comments
 (0)