commit 847e5e0c0468c53cbfe65257ca2e97a476f1c4ca from: Yaroslav Lobankov via: Kirill Yukhin date: Fri Oct 28 09:57:36 2022 UTC ci: update version of checkout action Fix the following warning: NO_WRAP Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: actions/checkout NO_WRAP Fixes tarantool/tarantool-qa#279 NO_DOC=ci NO_TEST=ci NO_CHANGELOG=ci commit - 90feddff3b3a3f48872128f34155405e6628262f commit + 847e5e0c0468c53cbfe65257ca2e97a476f1c4ca blob - 402c72c7732e7db762aef2552affbef6c808846d blob + 7058a212b0b55852c41c87f6346a6f49978f1969 --- .github/workflows/centos_7.yml +++ .github/workflows/centos_7.yml @@ -48,7 +48,7 @@ jobs: steps: - uses: tarantool/actions/cleanup@master - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3 with: fetch-depth: 0 submodules: recursive blob - 34d3af2f578e64e637974050c6ac4a5bf9401c98 blob + 7b72cced3c9c332b8869aca7407f77a21bdb4e3e --- .github/workflows/centos_7_aarch64.yml +++ .github/workflows/centos_7_aarch64.yml @@ -43,7 +43,7 @@ jobs: steps: - uses: tarantool/actions/cleanup@master - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3 with: fetch-depth: 0 submodules: recursive blob - b1edbb0ba642e820d39dba2f76d70b9d0da945db blob + ecc23e25e917f8a70c158ebe0e8fb526fe6fe2dc --- .github/workflows/centos_8.yml +++ .github/workflows/centos_8.yml @@ -48,7 +48,7 @@ jobs: steps: - uses: tarantool/actions/cleanup@master - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3 with: fetch-depth: 0 submodules: recursive blob - dfe0eafe0f59dcb557846a14f6a42c46322419ec blob + a7c0969078317e4ce74276a6b8b28ad1ad84cf61 --- .github/workflows/centos_8_aarch64.yml +++ .github/workflows/centos_8_aarch64.yml @@ -43,7 +43,7 @@ jobs: steps: - uses: tarantool/actions/cleanup@master - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3 with: fetch-depth: 0 submodules: recursive blob - 7f7bedfea1b549609e2a51954f55eb30fa514095 blob + 980f2dad32a9af9784a14f5af7bfec37ca1a5728 --- .github/workflows/coverage.yml +++ .github/workflows/coverage.yml @@ -45,7 +45,7 @@ jobs: steps: - uses: tarantool/actions/cleanup@master - name: Sources checkout - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v3 with: fetch-depth: 0 submodules: recursive blob - d98c0305de5d4fde9649c3973142d2fe7141747a blob + ed5027900a55f44af4b65992b59f09c43230ce11 --- .github/workflows/coverity.yml +++ .github/workflows/coverity.yml @@ -19,7 +19,7 @@ jobs: options: '--init' steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v3 - uses: ./.github/actions/environment - name: test run: make -f .test.mk test-coverity blob - 0ade27a27458300a18a6b51e4e412e1812605dd7 blob + d2ae327763d9336757658ebd0d0cf27f802eda94 --- .github/workflows/debian_10.yml +++ .github/workflows/debian_10.yml @@ -48,7 +48,7 @@ jobs: steps: - uses: tarantool/actions/cleanup@master - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3 with: fetch-depth: 0 submodules: recursive blob - e92117a5fe1d95a843847f595a6bb0a6c282035a blob + 892c194ce2ffdbf9646ac7c02b08beb15ab507e5 --- .github/workflows/debian_10_aarch64.yml +++ .github/workflows/debian_10_aarch64.yml @@ -43,7 +43,7 @@ jobs: steps: - uses: tarantool/actions/cleanup@master - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3 with: fetch-depth: 0 submodules: recursive blob - d0038896c0c4675c92a094dc897a002765c10d40 blob + 3365bace6049ddde5d4b9b3763c05a816b305f6f --- .github/workflows/debian_11.yml +++ .github/workflows/debian_11.yml @@ -48,7 +48,7 @@ jobs: steps: - uses: tarantool/actions/cleanup@master - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3 with: fetch-depth: 0 submodules: recursive blob - 3a863162684dee05d9e35e3f6f2a0031e2541efa blob + d552fb1fcd0319409153ae834d98ec6bccc80f75 --- .github/workflows/debian_11_aarch64.yml +++ .github/workflows/debian_11_aarch64.yml @@ -43,7 +43,7 @@ jobs: steps: - uses: tarantool/actions/cleanup@master - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3 with: fetch-depth: 0 submodules: recursive blob - f804762fca972539b95578f2b9c282f21a7c92a6 blob + d35a86e1359aad1ea10124e7a69f53dec4dc0aff --- .github/workflows/debian_9.yml +++ .github/workflows/debian_9.yml @@ -48,7 +48,7 @@ jobs: steps: - uses: tarantool/actions/cleanup@master - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3 with: fetch-depth: 0 submodules: recursive blob - 1997d4872d41fae9a9468ff2f81aea9fb46fcada blob + 1cc3c5a82172228f0a47d6114d8b8da580f1ccc1 --- .github/workflows/debug.yml +++ .github/workflows/debug.yml @@ -44,7 +44,7 @@ jobs: steps: - uses: tarantool/actions/cleanup@master - name: Sources checkout - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v3 with: fetch-depth: 0 submodules: recursive blob - 50db68edc504bd2c69e8a02eb9a6e6e963962040 blob + faf26b4a7d6d0cb5779dc70db1e18055d454be55 --- .github/workflows/debug_aarch64.yml +++ .github/workflows/debug_aarch64.yml @@ -43,7 +43,7 @@ jobs: steps: - uses: tarantool/actions/cleanup@master - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3 with: fetch-depth: 0 submodules: recursive blob - fb9d9eebb23c7c586cec06e5a9d0782ee386088d blob + 0c06586468e5d97260ef43a64a95ae78ecb3f9ac --- .github/workflows/default_gcc_centos_7.yml +++ .github/workflows/default_gcc_centos_7.yml @@ -46,7 +46,7 @@ jobs: steps: - uses: tarantool/actions/cleanup@master - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3 with: fetch-depth: 0 submodules: recursive blob - 451684e8c5197967f5f9fd1893bab4b72044e6d8 blob + fc240560af81fec960a70a19a4b0bd6d94601189 --- .github/workflows/fedora_34.yml +++ .github/workflows/fedora_34.yml @@ -48,7 +48,7 @@ jobs: steps: - uses: tarantool/actions/cleanup@master - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3 with: fetch-depth: 0 submodules: recursive blob - e50798e54e6ba956dddd3ebadedb18a9ebb74df1 blob + 832ea223414d8c17dee52fa7a1baa08192a98827 --- .github/workflows/fedora_34_aarch64.yml +++ .github/workflows/fedora_34_aarch64.yml @@ -43,7 +43,7 @@ jobs: steps: - uses: tarantool/actions/cleanup@master - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3 with: fetch-depth: 0 submodules: recursive blob - 7c1e970cb8027d8368a6cd2c61f6f895ccf78f40 blob + 0dd99335c81de4bd250f85646cc6f23cfe48dcf5 --- .github/workflows/fedora_35.yml +++ .github/workflows/fedora_35.yml @@ -48,7 +48,7 @@ jobs: steps: - uses: tarantool/actions/cleanup@master - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3 with: fetch-depth: 0 submodules: recursive blob - 7b459a3cb1b92ca39c210326b569af3c970920fb blob + e5dced44d8377d67b5c59d9e14acba90df7a278f --- .github/workflows/fedora_35_aarch64.yml +++ .github/workflows/fedora_35_aarch64.yml @@ -43,7 +43,7 @@ jobs: steps: - uses: tarantool/actions/cleanup@master - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3 with: fetch-depth: 0 submodules: recursive blob - 0430157d08c89df8dc30bcf6ca8eef3c0d52deb5 blob + 51eca823382d0386e56a0f1c157550822a5bc77a --- .github/workflows/fedora_36.yml +++ .github/workflows/fedora_36.yml @@ -48,7 +48,7 @@ jobs: steps: - uses: tarantool/actions/cleanup@master - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3 with: fetch-depth: 0 submodules: recursive blob - 211a2aeb196fea71b52eba0e4181abfd6565e6c4 blob + 04d898ee905b9540722b9473896cffc3a82933f9 --- .github/workflows/fedora_36_aarch64.yml +++ .github/workflows/fedora_36_aarch64.yml @@ -43,7 +43,7 @@ jobs: steps: - uses: tarantool/actions/cleanup@master - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3 with: fetch-depth: 0 submodules: recursive blob - 05fe29cc0d7526012f1cbed347ad6b4341f7fb94 blob + 74ea6bf62b3133db6c17694143ec6fb9f5bda956 --- .github/workflows/freebsd-12.yml +++ .github/workflows/freebsd-12.yml @@ -43,7 +43,7 @@ jobs: steps: - uses: tarantool/actions/cleanup@master - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0 submodules: recursive blob - b19148adbec7b8f956fdc65a8c47ac7ff4d17031 blob + ca7858c599ec58e706fab9ea28514ddd85c2d0c2 --- .github/workflows/freebsd-13.yml +++ .github/workflows/freebsd-13.yml @@ -43,7 +43,7 @@ jobs: steps: - uses: tarantool/actions/cleanup@master - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0 submodules: recursive blob - b706732e7a6b8de7319349fc77b7138ad40b7e5a blob + c22a8d502bdf70a234062aa5ccff447ffe501ffe --- .github/workflows/jepsen-cluster-txm.yml +++ .github/workflows/jepsen-cluster-txm.yml @@ -16,7 +16,7 @@ jobs: - 2222:22 steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v3 - name: Install deps uses: ./.github/actions/install-deps-jepsen - name: long_test blob - 81dcaadc63f33c6f2fdc6a047d646ba28c3dd7e6 blob + e0df7a1b31d75d7329eb0eb5cfa62273bc9d9cbb --- .github/workflows/jepsen-cluster.yml +++ .github/workflows/jepsen-cluster.yml @@ -16,7 +16,7 @@ jobs: - 2222:22 steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v3 - name: Install deps uses: ./.github/actions/install-deps-jepsen - name: long_test blob - 8d7a840e3a16b96431d5ee4f03b9c3f409c64386 blob + 520fa032364276d4cfc8bf0cccbab5bff8a525d2 --- .github/workflows/jepsen-single-instance-txm.yml +++ .github/workflows/jepsen-single-instance-txm.yml @@ -21,7 +21,7 @@ jobs: - 2222:22 steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v3 - name: Install deps uses: ./.github/actions/install-deps-jepsen - name: long_test blob - 1d509ab0e90b01e37a30bcde5ff33ea48c484d1b blob + bce1c02eae91a722e7495dc9fe742eecc860fe6f --- .github/workflows/jepsen-single-instance.yml +++ .github/workflows/jepsen-single-instance.yml @@ -21,7 +21,7 @@ jobs: - 2222:22 steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v3 - name: Install deps uses: ./.github/actions/install-deps-jepsen - name: long_test blob - 11091d1d9fe1203cbb28db9cfecaeea49e9d6a6f blob + 7612c68f5c158482ab0368c2225c90031201f23d --- .github/workflows/lint.yml +++ .github/workflows/lint.yml @@ -43,7 +43,7 @@ jobs: steps: - uses: tarantool/actions/cleanup@master - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3 with: fetch-depth: 0 submodules: recursive @@ -70,7 +70,7 @@ jobs: steps: - uses: tarantool/actions/cleanup@master # We don't need neither deep fetch, nor submodules here. - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3 # Don't use actions/setup-python to don't bother with proper # setup of our self-hosted machines, see [1]. # @@ -95,7 +95,7 @@ jobs: steps: - uses: tarantool/actions/cleanup@master - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3 with: fetch-depth: 0 ref: ${{ github.event.pull_request.head.sha }} blob - 283b825e330665c8d228c0dead5bb3311d837a27 blob + 5ba252cce753897f1ec4cfea0c5c889d7ebdb10d --- .github/workflows/luajit-integration.yml +++ .github/workflows/luajit-integration.yml @@ -51,7 +51,7 @@ jobs: uses: tarantool/actions/cleanup@master - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: repository: tarantool/tarantool fetch-depth: 0 blob - 651029145e1b646cc6620582477f9062b9536ab3 blob + 6eeabe37067020fbc9f0fb2937c4f74adbd5bb2b --- .github/workflows/memtx_allocator_based_on_malloc.yml +++ .github/workflows/memtx_allocator_based_on_malloc.yml @@ -43,7 +43,7 @@ jobs: steps: - uses: tarantool/actions/cleanup@master - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3 with: fetch-depth: 0 submodules: recursive blob - 115491a05141f24b6f4c7feaa204ae4f5fcfbe1a blob + ee009ee19b217a7494864a73dd98226a4f3a60b3 --- .github/workflows/opensuse_15_1.yml +++ .github/workflows/opensuse_15_1.yml @@ -48,7 +48,7 @@ jobs: steps: - uses: tarantool/actions/cleanup@master - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3 with: fetch-depth: 0 submodules: recursive blob - bc214a710bdbb04d239b766255a95e8cf9bb515e blob + b8cdfcc3f2ce8878d681da533f3dd83bbb26d70b --- .github/workflows/opensuse_15_2.yml +++ .github/workflows/opensuse_15_2.yml @@ -48,7 +48,7 @@ jobs: steps: - uses: tarantool/actions/cleanup@master - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3 with: fetch-depth: 0 submodules: recursive blob - 70c02ea2262da18c18d656e5ab1f24ece8f24f46 blob + 26fac4801a887692500b1f219e074566e452fdc8 --- .github/workflows/osx_11.yml +++ .github/workflows/osx_11.yml @@ -43,7 +43,7 @@ jobs: steps: - uses: tarantool/actions/cleanup@master - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3 with: fetch-depth: 0 submodules: recursive blob - 216ac03d2272315f5126c49d007e0cc851be1707 blob + 2dde3440fe42310740570caa4a59f8d9bbff26e8 --- .github/workflows/osx_11_aarch64.yml +++ .github/workflows/osx_11_aarch64.yml @@ -43,7 +43,7 @@ jobs: steps: - uses: tarantool/actions/cleanup@master - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3 with: fetch-depth: 0 submodules: recursive blob - 8ba4f1e3b056e40721e9fa013ec2a6436dd7494a blob + 1fea079965c5c7ae7d71678d14a286d2168b872e --- .github/workflows/osx_11_aarch64_debug.yml +++ .github/workflows/osx_11_aarch64_debug.yml @@ -43,7 +43,7 @@ jobs: steps: - uses: tarantool/actions/cleanup@master - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3 with: fetch-depth: 0 submodules: recursive blob - 320c5e0fc94855a8db460824a861e3b648453d1b blob + 25b7e1ebcad65449b61696057aba4119cd098da7 --- .github/workflows/osx_11_lto.yml +++ .github/workflows/osx_11_lto.yml @@ -43,7 +43,7 @@ jobs: steps: - uses: tarantool/actions/cleanup@master - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3 with: fetch-depth: 0 submodules: recursive blob - 1cc32c0278e11b7f0f5b01dc19c2c297e83f360e blob + 4c3a444793a38d3ed678d4d5638716eed6da66f7 --- .github/workflows/osx_12.yml +++ .github/workflows/osx_12.yml @@ -43,7 +43,7 @@ jobs: steps: - uses: tarantool/actions/cleanup@master - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3 with: fetch-depth: 0 submodules: recursive blob - 57c815f22181b13953f10fa2b9cb70ec4a4dc3cd blob + 42c685b5bdb6d32a6d8466367f74d844a1aada62 --- .github/workflows/osx_12_static_cmake.yml +++ .github/workflows/osx_12_static_cmake.yml @@ -43,7 +43,7 @@ jobs: steps: - uses: tarantool/actions/cleanup@master - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3 with: fetch-depth: 0 submodules: recursive blob - 7cac282bf24a549e9dc5baf84fee6fc531b80c41 blob + 67af700d87c885d8e13703ea529e05500295af40 --- .github/workflows/out_of_source.yml +++ .github/workflows/out_of_source.yml @@ -43,7 +43,7 @@ jobs: steps: - uses: tarantool/actions/cleanup@master - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3 with: fetch-depth: 0 submodules: recursive blob - 1085c86d1757493c05e2dfff2e42d31e50d0d2d3 blob + 2bee3e856cab6721a6862cbe691b77940b157f68 --- .github/workflows/publish-module-api-doc.yaml +++ .github/workflows/publish-module-api-doc.yaml @@ -37,7 +37,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: tarantool/actions/cleanup@master - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3 with: fetch-depth: 0 submodules: recursive blob - a747bbdd45167c8f3b4c7cec04d39e3e159a722c blob + daa1389b593694e38bba0a4f4db891554d759d91 --- .github/workflows/redos_7_3.yaml +++ .github/workflows/redos_7_3.yaml @@ -48,7 +48,7 @@ jobs: steps: - uses: tarantool/actions/cleanup@master - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3 with: fetch-depth: 0 submodules: recursive blob - ff2478e4849ebfc1d45913abb04293da9adcd322 blob + de60fb4e4c9442a507135dbe2472e074cd3a7f15 --- .github/workflows/release.yml +++ .github/workflows/release.yml @@ -43,7 +43,7 @@ jobs: steps: - uses: tarantool/actions/cleanup@master - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3 with: fetch-depth: 0 submodules: recursive blob - 6966335b4490008c5e49ff50bd42839b38c900b7 blob + 3e567b917957d8b1d1673cacbe7e79dc8691c44e --- .github/workflows/release_asan_clang11.yml +++ .github/workflows/release_asan_clang11.yml @@ -43,7 +43,7 @@ jobs: steps: - uses: tarantool/actions/cleanup@master - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3 with: fetch-depth: 0 submodules: recursive blob - eae8a48b57395682c16dec56c0193fa50c7fa5f6 blob + f8906dba755db2efb3ae0fa35c13ae780352346c --- .github/workflows/release_clang.yml +++ .github/workflows/release_clang.yml @@ -43,7 +43,7 @@ jobs: steps: - uses: tarantool/actions/cleanup@master - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3 with: fetch-depth: 0 submodules: recursive blob - ffa03effeeb5554aff34b2f64a19c49b335a17fe blob + 95ed508563ac1dc964ee4b21a78c05a7450773a5 --- .github/workflows/release_lto.yml +++ .github/workflows/release_lto.yml @@ -43,7 +43,7 @@ jobs: steps: - uses: tarantool/actions/cleanup@master - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3 with: fetch-depth: 0 submodules: recursive blob - 59b05139523cab7e5dc92492b0041c6c625733d4 blob + 2eea92faca26c24f93a9c9cbcb4b5d4c228f075b --- .github/workflows/release_lto_clang11.yml +++ .github/workflows/release_lto_clang11.yml @@ -43,7 +43,7 @@ jobs: steps: - uses: tarantool/actions/cleanup@master - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3 with: fetch-depth: 0 submodules: recursive blob - 1a62881dfb26c932b3ce7ef2538446652a56ac14 blob + df73f0a359076e975afe90ea7ff5cb91fd285e66 --- .github/workflows/reusable_build.yml +++ .github/workflows/reusable_build.yml @@ -27,7 +27,7 @@ jobs: OS: ${{ inputs.os }} DIST: ${{ inputs.dist }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: ref: ${{ inputs.ref }} # Fetch the entire history for all branches and tags. blob - 3df98779906108bc472978aaa4e818aa9833622d blob + 3571b6204549704aee17d97d89f69fd3438cdbd2 --- .github/workflows/source.yml +++ .github/workflows/source.yml @@ -17,7 +17,7 @@ jobs: steps: - uses: tarantool/actions/cleanup@master - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3 with: fetch-depth: 0 submodules: recursive blob - 41634c13bce56f9ce7106d0c8013d8922d90411a blob + 0f949545ff0cabd77abdd651a958768baeeb441a --- .github/workflows/static_build.yml +++ .github/workflows/static_build.yml @@ -43,7 +43,7 @@ jobs: steps: - uses: tarantool/actions/cleanup@master - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3 with: fetch-depth: 0 submodules: recursive blob - 6de3e4c94be24882e96f0bec72ea4be201914096 blob + 0803a7b066d7df2302eabdbf1ad6a00e0d21ca40 --- .github/workflows/static_build_cmake_linux.yml +++ .github/workflows/static_build_cmake_linux.yml @@ -43,7 +43,7 @@ jobs: steps: - uses: tarantool/actions/cleanup@master - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3 with: fetch-depth: 0 submodules: recursive blob - 132ab09e5b14b2cd807f034b89d47675969f443c blob + 6463b4ecbf6effbd289930ddaa762cd04ddbdae6 --- .github/workflows/ubuntu_16_04.yml +++ .github/workflows/ubuntu_16_04.yml @@ -48,7 +48,7 @@ jobs: steps: - uses: tarantool/actions/cleanup@master - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3 with: fetch-depth: 0 submodules: recursive blob - 2b5a7707d1c98177bf0b0705736d7c447f15c04e blob + 8e44727987012bf8670a538d991a57d8d8685f66 --- .github/workflows/ubuntu_18_04.yml +++ .github/workflows/ubuntu_18_04.yml @@ -48,7 +48,7 @@ jobs: steps: - uses: tarantool/actions/cleanup@master - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3 with: fetch-depth: 0 submodules: recursive blob - 2b7be60dc7ff7c2e417a7b8e520e35337a0136de blob + a1ea81e2e654c512dc1a879ced398ccec5a30b79 --- .github/workflows/ubuntu_20_04.yml +++ .github/workflows/ubuntu_20_04.yml @@ -48,7 +48,7 @@ jobs: steps: - uses: tarantool/actions/cleanup@master - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3 with: fetch-depth: 0 submodules: recursive blob - bdaa5cd2a1baa3f4eb57653639b86d3fc96cbcfe blob + 26464a5e56057fb9801e3ed3b0de91ecee84d814 --- .github/workflows/ubuntu_20_04_aarch64.yml +++ .github/workflows/ubuntu_20_04_aarch64.yml @@ -43,7 +43,7 @@ jobs: steps: - uses: tarantool/actions/cleanup@master - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3 with: fetch-depth: 0 submodules: recursive blob - 12e41b0c64b97fc41bffa4940fc2e3c714a62860 blob + aef79334945ddd5ea875b0f60224dc3566a156c2 --- .github/workflows/ubuntu_22_04.yml +++ .github/workflows/ubuntu_22_04.yml @@ -48,7 +48,7 @@ jobs: steps: - uses: tarantool/actions/cleanup@master - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3 with: fetch-depth: 0 submodules: recursive blob - 345cad9d00cffe4e36ed913d71311ee393c5fb0c blob + c755c3c7acb441be3b0d7cd4f7fc7d0b29b87f76 --- .github/workflows/ubuntu_22_04_aarch64.yml +++ .github/workflows/ubuntu_22_04_aarch64.yml @@ -43,7 +43,7 @@ jobs: steps: - uses: tarantool/actions/cleanup@master - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3 with: fetch-depth: 0 submodules: recursive