From fe2af34e8142aa8bb96cbe41e67b5d7dd84c596d Mon Sep 17 00:00:00 2001 From: Vlad Khorsun Date: Thu, 13 Jun 2024 14:28:39 +0300 Subject: [PATCH] Missed part for #8009 - Update github actions. --- .github/workflows/main.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a78cbcec3a..a3afcc2b64 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 10 @@ -50,7 +50,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 10 @@ -132,7 +132,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 10 @@ -170,7 +170,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 10 @@ -210,7 +210,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 10 @@ -232,7 +232,7 @@ jobs: - name: Cache - libc++ install id: cache-libcxx-install-macos - uses: actions/cache@v3 + uses: actions/cache@v4 with: key: ${{ runner.os }}-libcxx-install-13.0.1 path: | @@ -267,7 +267,7 @@ jobs: - name: Cache - libicu install id: cache-libicu-install-macos - uses: actions/cache@v3 + uses: actions/cache@v4 with: key: ${{ runner.os }}-libicu-install-63.2 path: |