From ba6004198c62b3c01dd86e4b2cc02b620b79f38b Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Thu, 26 Oct 2023 16:17:11 -0400 Subject: [PATCH] Update checkout version to v3 as node12 is deprecated now (#4177) Signed-off-by: Peter Zhu --- .github/workflows/get-ci-image-tag.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/get-ci-image-tag.yml b/.github/workflows/get-ci-image-tag.yml index 960e716bd0..02185b268e 100644 --- a/.github/workflows/get-ci-image-tag.yml +++ b/.github/workflows/get-ci-image-tag.yml @@ -37,7 +37,7 @@ jobs: with: crane-release: v0.15.2 - name: Checkout opensearch-build repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: repository: 'opensearch-project/opensearch-build' ref: ${{ inputs.build_ref }}