diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 281f81f..6115d09 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: "Checkout" - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: "Install PHP" uses: shivammathur/setup-php@v2 with: @@ -41,7 +41,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: "Checkout" - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: "Install PHP" uses: shivammathur/setup-php@v2 with: @@ -87,7 +87,7 @@ jobs: - "js" steps: - name: "Checkout" - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: "Install modules" run: yarn - name: "Run command" @@ -97,7 +97,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: "Checkout" - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: "Run the xliff lint" uses: TYPO3-Continuous-Integration/TYPO3-CI-Xliff-Lint@v1 unit-tests: @@ -106,7 +106,7 @@ jobs: needs: php-lint steps: - name: "Checkout" - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: "Install PHP" uses: shivammathur/setup-php@v2 with: @@ -192,7 +192,7 @@ jobs: DB_HOST: localhost steps: - name: "Checkout" - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: "Install PHP" uses: shivammathur/setup-php@v2 with: diff --git a/.github/workflows/codecoverage.yml b/.github/workflows/codecoverage.yml index faa1281..0905041 100644 --- a/.github/workflows/codecoverage.yml +++ b/.github/workflows/codecoverage.yml @@ -21,7 +21,7 @@ jobs: DB_HOST: localhost steps: - name: "Checkout" - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: "Install PHP" uses: shivammathur/setup-php@v2 with: diff --git a/.github/workflows/predefined.yml b/.github/workflows/predefined.yml index 7d2af9b..aaace49 100644 --- a/.github/workflows/predefined.yml +++ b/.github/workflows/predefined.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: "Checkout" - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: "Install PHP" uses: shivammathur/setup-php@v2 with: @@ -38,7 +38,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: "Checkout" - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: "Run TypoScript lint" uses: TYPO3-Continuous-Integration/TYPO3-CI-Typoscript-Lint@v1 php-codesniffer: @@ -47,7 +47,7 @@ jobs: needs: php-lint steps: - name: "Checkout" - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: "Run PHP Codesniffer" uses: TYPO3-Continuous-Integration/TYPO3-CI-PHP-Codesniffer@v1 yaml-lint: @@ -55,7 +55,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: "Checkout" - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: "Run YAML lint" uses: TYPO3-Continuous-Integration/TYPO3-CI-YAML-Lint@v1 json-lint: @@ -63,7 +63,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: "Checkout" - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: "Run JSON lint" uses: TYPO3-Continuous-Integration/TYPO3-CI-JSON-Lint@v1 php-cs-fixer: @@ -72,7 +72,7 @@ jobs: needs: php-lint steps: - name: "Checkout" - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: "Run PHP CS Fixer" uses: TYPO3-Continuous-Integration/TYPO3-CI-PHP-CS-Fixer@v1 phpstan-check: @@ -81,7 +81,7 @@ jobs: needs: php-lint steps: - name: "Checkout" - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: "Run PHPStan" uses: TYPO3-Continuous-Integration/TYPO3-CI-PHPStan@v1 with: @@ -91,7 +91,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: "Checkout" - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: "Install PHP" uses: shivammathur/setup-php@v2 with: @@ -129,7 +129,7 @@ jobs: - "js" steps: - name: "Checkout" - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: "Install modules" run: yarn - name: "Run command" @@ -139,7 +139,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: "Checkout" - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: "Run the xliff lint" uses: TYPO3-Continuous-Integration/TYPO3-CI-Xliff-Lint@v1 unit-tests: @@ -148,7 +148,7 @@ jobs: needs: php-lint steps: - name: "Checkout" - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: "Install PHP" uses: shivammathur/setup-php@v2 with: @@ -232,7 +232,7 @@ jobs: DB_HOST: localhost steps: - name: "Checkout" - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: "Install PHP" uses: shivammathur/setup-php@v2 with: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 112363c..f3bc292 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: "Checkout" - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: "Publish new version to TER" uses: tomasnorre/typo3-upload-ter@v2 with: