From 9e6174b6d33b7e2032430b46412a95063fa054a9 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Mon, 3 Jun 2024 13:33:02 +0200 Subject: [PATCH] [TASK] Upgrade the GitHub Actions --- .github/workflows/continuous-integration.yml | 10 +++++----- .github/workflows/core-synchronization.yml | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 66e233d..794eda7 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -33,7 +33,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install PHP uses: shivammathur/setup-php@v2 @@ -91,7 +91,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install PHP uses: shivammathur/setup-php@v2 @@ -169,7 +169,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install PHP uses: shivammathur/setup-php@v2 @@ -240,7 +240,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install PHP uses: shivammathur/setup-php@v2 @@ -335,7 +335,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup PHP uses: shivammathur/setup-php@v2 diff --git a/.github/workflows/core-synchronization.yml b/.github/workflows/core-synchronization.yml index 43a2826..d4f1346 100644 --- a/.github/workflows/core-synchronization.yml +++ b/.github/workflows/core-synchronization.yml @@ -12,13 +12,13 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Sync files with the latest TYPO3 Core version id: core-synchronization - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: github-token: ${{secrets.GITHUB_TOKEN}} script: |