From 7fdae47564ced909c605989ace2256254f80e65d Mon Sep 17 00:00:00 2001 From: Sebastian Fischer Date: Thu, 10 Oct 2024 22:23:09 +0200 Subject: [PATCH] Update github actions --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8f33429..cdc13cd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,10 +11,10 @@ jobs: resources: name: Resources tests - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Run the xliff lint run: Build/Scripts/additionalTests.sh -s lintXliff @@ -54,7 +54,7 @@ jobs: prefer: '--prefer-lowest' steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Composer run: Build/Scripts/additionalTests.sh -p ${{ matrix.packages.php }} -s lintPhp @@ -80,12 +80,12 @@ jobs: needs: [ resources, testsuite ] if: startsWith(github.ref, 'refs/tags/') - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest name: TYPO3 TER release steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Publish to TER uses: tomasnorre/typo3-upload-ter@v2