From 65a64c16c368be345b52010c5cb917bf161e984d Mon Sep 17 00:00:00 2001 From: Thomas Layh Date: Tue, 16 Jul 2024 16:15:33 +0200 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6adf893..35513b0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,6 +13,6 @@ jobs: fail-fast: false steps: - uses: actions/checkout@v1 - - uses: tomasnorre/typo3-upload-ter@v2 + - uses: tomasnorre/typo3-upload-ter@v4 with: api-token: ${{ secrets.TYPO3_ORG_API_TOKEN }}