There was an error while loading. Please reload this page.
1 parent 50e9835 commit e78688cCopy full SHA for e78688c
1 file changed
.github/workflows/update-submodules.yml
@@ -141,7 +141,7 @@ jobs:
141
steps:
142
- name: 1️⃣ Create ianhub-agent token
143
id: app-token
144
- uses: actions/create-github-app-token@v2
+ uses: actions/create-github-app-token@v3
145
with:
146
app-id: ${{ secrets.IANHUB_AGENT_APP_ID }}
147
private-key: ${{ secrets.IANHUB_AGENT_PRIVATE_KEY }}
@@ -173,7 +173,7 @@ jobs:
173
echo "VERSION=$VERSION" >> $GITHUB_ENV
174
175
- name: 3️⃣ Upload to FTP
176
- uses: SamKirkland/FTP-Deploy-Action@4
+ uses: SamKirkland/FTP-Deploy-Action@v4.4.0
177
178
server: ${{ secrets.FTP_HOST }}
179
port: ${{ secrets.FTP_PORT }}
0 commit comments