diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 6a2a36720..49207fbda 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install PHP uses: shivammathur/setup-php@v2 @@ -58,7 +58,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install PHP uses: shivammathur/setup-php@v2 @@ -92,7 +92,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install PHP uses: shivammathur/setup-php@v2 diff --git a/.github/workflows/update-currency-codes.yaml b/.github/workflows/update-currency-codes.yaml index 348e8b880..71f905433 100644 --- a/.github/workflows/update-currency-codes.yaml +++ b/.github/workflows/update-currency-codes.yaml @@ -16,7 +16,7 @@ jobs: run: sudo apt install xmlstarlet - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ secrets.LAST_MINOR_VERSION }} diff --git a/.github/workflows/update-language-codes.yaml b/.github/workflows/update-language-codes.yaml index 049a5c0ab..5bc9acb29 100644 --- a/.github/workflows/update-language-codes.yaml +++ b/.github/workflows/update-language-codes.yaml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ secrets.LAST_MINOR_VERSION }} diff --git a/.github/workflows/update-tld.yaml b/.github/workflows/update-tld.yaml index 7a08d9e3a..dab4f1bed 100644 --- a/.github/workflows/update-tld.yaml +++ b/.github/workflows/update-tld.yaml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ secrets.LAST_MINOR_VERSION }}