From 8c531637631b6029df68bcaded0517a51362fe31 Mon Sep 17 00:00:00 2001 From: Shivam Mathur Date: Sun, 24 Mar 2024 20:15:25 +0000 Subject: [PATCH] Update checkout action to v4 --- .github/workflows/dispatch-single-icu-all-php-intl.yml | 4 ++-- .github/workflows/dispatch-single-icu.yml | 2 +- .github/workflows/dispatch-single-php-all-icu-intl.yml | 4 ++-- .../workflows/dispatch-single-ts-single-icu-all-php-intl.yml | 4 ++-- .../workflows/dispatch-single-ts-single-php-all-icu-intl.yml | 4 ++-- .github/workflows/icu.yml | 2 +- .github/workflows/intl.yml | 4 ++-- .github/workflows/test.yml | 2 +- 8 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/dispatch-single-icu-all-php-intl.yml b/.github/workflows/dispatch-single-icu-all-php-intl.yml index 7e535f5..5e7bb5a 100644 --- a/.github/workflows/dispatch-single-icu-all-php-intl.yml +++ b/.github/workflows/dispatch-single-icu-all-php-intl.yml @@ -26,14 +26,14 @@ jobs: echo sender=${{github.event.sender.login}} echo ICU=${{github.event.inputs.icu}} - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install requirements run: bash src/install-requirements.sh env: TS: ${{ matrix.ts }} VERSION: ${{ matrix.php }} - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Update intl env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/dispatch-single-icu.yml b/.github/workflows/dispatch-single-icu.yml index d2bc421..6155cfb 100644 --- a/.github/workflows/dispatch-single-icu.yml +++ b/.github/workflows/dispatch-single-icu.yml @@ -14,7 +14,7 @@ jobs: name: icu4c steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Build icu env: ICU: ${{ github.event.inputs.icu }} diff --git a/.github/workflows/dispatch-single-php-all-icu-intl.yml b/.github/workflows/dispatch-single-php-all-icu-intl.yml index c40b373..20d73bc 100644 --- a/.github/workflows/dispatch-single-php-all-icu-intl.yml +++ b/.github/workflows/dispatch-single-php-all-icu-intl.yml @@ -26,14 +26,14 @@ jobs: echo sender=${{github.event.sender.login}} echo PHP=${{github.event.inputs.php}} - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install requirements run: bash src/install-requirements.sh env: VERSION: ${{github.event.inputs.php}} TS: ${{ matrix.ts }} - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Update intl env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/dispatch-single-ts-single-icu-all-php-intl.yml b/.github/workflows/dispatch-single-ts-single-icu-all-php-intl.yml index 009fbf2..356e190 100644 --- a/.github/workflows/dispatch-single-ts-single-icu-all-php-intl.yml +++ b/.github/workflows/dispatch-single-ts-single-icu-all-php-intl.yml @@ -29,14 +29,14 @@ jobs: echo ICU=${{github.event.inputs.icu}} echo TS=${{github.event.inputs.ts}} - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install requirements run: bash src/install-requirements.sh env: TS: ${{ github.event.inputs.ts }} VERSION: ${{ matrix.php }} - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Update intl env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/dispatch-single-ts-single-php-all-icu-intl.yml b/.github/workflows/dispatch-single-ts-single-php-all-icu-intl.yml index 9ae39f0..71d15dd 100644 --- a/.github/workflows/dispatch-single-ts-single-php-all-icu-intl.yml +++ b/.github/workflows/dispatch-single-ts-single-php-all-icu-intl.yml @@ -29,14 +29,14 @@ jobs: echo PHP=${{github.event.inputs.php}} echo TS=${{github.event.inputs.ts}} - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install requirements run: bash src/install-requirements.sh env: TS: ${{github.event.inputs.ts}} VERSION: ${{github.event.inputs.php}} - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Update intl env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/icu.yml b/.github/workflows/icu.yml index fe59c43..607a52c 100644 --- a/.github/workflows/icu.yml +++ b/.github/workflows/icu.yml @@ -15,7 +15,7 @@ jobs: name: icu4c steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Build icu env: ICU: ${{ matrix.icu }} diff --git a/.github/workflows/intl.yml b/.github/workflows/intl.yml index c3f0279..34ecfcc 100644 --- a/.github/workflows/intl.yml +++ b/.github/workflows/intl.yml @@ -18,14 +18,14 @@ jobs: name: php-intl steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install requirements run: bash src/install-requirements.sh env: TS: ${{ matrix.php }} VERSION: ${{ matrix.php }} - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Update intl env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9a6676a..1e0ed6d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: ts: ['ts', 'nts'] steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup PHP 5.6 uses: shivammathur/setup-php@develop with: