From 5393920a0868e936ae07aab7d2fcaed985782ce1 Mon Sep 17 00:00:00 2001 From: Gulshan Kumar <152837694+gulskr@users.noreply.github.com> Date: Fri, 16 Feb 2024 23:41:00 +0530 Subject: [PATCH] Update package.yml (#996) Changing the checkout v3 to v4, it is basically a fix which was causing the deprecated issue. Co-authored-by: Tim Finnigan <87778557+tim-finnigan@users.noreply.github.com> Co-authored-by: Tom Keller <1083460+kellertk@users.noreply.github.com> --- .github/workflows/package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index 3d9b9d8ab..a8270e628 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -17,7 +17,7 @@ jobs: contents: read steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 ref: ${{ github.ref_name }}