From 6aca29bd9bbde87645129bd80a9ed1bda41e8d5b Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Tue, 21 Feb 2023 13:57:07 +0100 Subject: [PATCH 1/1] ci/github: update to checkout@v3 --- .github/workflows/cmake-build-ci.gen | 8 ++++---- .github/workflows/cmake-build-ci.yml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/cmake-build-ci.gen b/.github/workflows/cmake-build-ci.gen index a27290a3..8417fa42 100755 --- a/.github/workflows/cmake-build-ci.gen +++ b/.github/workflows/cmake-build-ci.gen @@ -338,8 +338,8 @@ jobs: MEMCACHED_PREFIX: "/tmp" ENABLE_SASL: "ON" steps: - - uses: actions/checkout@v2 - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 + - uses: actions/checkout@v3 with: repository: memcached/memcached path: memcached @@ -389,7 +389,7 @@ jobs: continue-on-error: true steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0 @@ -434,7 +434,7 @@ jobs: CC_VND: ${{ matrix.cc_vnd }} CC_VER: ${{ matrix.cc_ver }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0 diff --git a/.github/workflows/cmake-build-ci.yml b/.github/workflows/cmake-build-ci.yml index 9d8e0c4e..eb395db7 100644 --- a/.github/workflows/cmake-build-ci.yml +++ b/.github/workflows/cmake-build-ci.yml @@ -46,8 +46,8 @@ jobs: MEMCACHED_PREFIX: "/tmp" ENABLE_SASL: "ON" steps: - - uses: actions/checkout@v2 - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 + - uses: actions/checkout@v3 with: repository: memcached/memcached path: memcached @@ -290,7 +290,7 @@ jobs: CC_VER: cur # continue-on-error: true steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0 - name: Install dependencies (macOS) @@ -435,7 +435,7 @@ jobs: CC_VND: ${{ matrix.cc_vnd }} CC_VER: ${{ matrix.cc_ver }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0 - name: Prepare environment (for new gnu on ubuntu-22.04) -- 2.30.2