diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 054c8843..6a2a3672 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Install PHP uses: shivammathur/setup-php@v2 @@ -58,7 +58,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Install PHP uses: shivammathur/setup-php@v2 @@ -92,7 +92,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - 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 9d156508..348e8b88 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@v2 + uses: actions/checkout@v3 with: ref: ${{ secrets.LAST_MINOR_VERSION }} diff --git a/.github/workflows/update-language-codes.yaml b/.github/workflows/update-language-codes.yaml index 10097501..049a5c0a 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@v2 + uses: actions/checkout@v3 with: ref: ${{ secrets.LAST_MINOR_VERSION }} diff --git a/.github/workflows/update-tld.yaml b/.github/workflows/update-tld.yaml index 33c8c74a..7a08d9e3 100644 --- a/.github/workflows/update-tld.yaml +++ b/.github/workflows/update-tld.yaml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: ref: ${{ secrets.LAST_MINOR_VERSION }}