From 4914fd37bcb4b74456eec380b8a98a7b89968eea Mon Sep 17 00:00:00 2001 From: SriBalaji Date: Thu, 13 Oct 2022 21:05:24 +0530 Subject: [PATCH] build: update checkout actions to v3 [skip ci] (#155) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3ea0358..54ad033 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 - name: Setup JDK