From 2483f5b05deb79a95a0d57d816c9155a3370ac25 Mon Sep 17 00:00:00 2001 From: mukulmishra18 Date: Wed, 3 Jan 2024 15:29:32 +0530 Subject: [PATCH] Use checkout version 4 --- .github/workflows/tag-release-version.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tag-release-version.yml b/.github/workflows/tag-release-version.yml index acde829f5..60fb493d1 100644 --- a/.github/workflows/tag-release-version.yml +++ b/.github/workflows/tag-release-version.yml @@ -6,6 +6,9 @@ on: - closed branches: - develop + push: + branches: + - feature/fix-checkout-version-github-action jobs: trigger-ui-release: @@ -13,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: token: ${{ secrets.RELEASE_DEPLOY_KEY }} ref: develop