Skip to content

Commit

Permalink
Use checkout version 4
Browse files Browse the repository at this point in the history
  • Loading branch information
mukulmishra18 committed Jan 3, 2024
1 parent 364f908 commit 2483f5b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tag-release-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,17 @@ on:
- closed
branches:
- develop
push:
branches:
- feature/fix-checkout-version-github-action

jobs:
trigger-ui-release:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
token: ${{ secrets.RELEASE_DEPLOY_KEY }}
ref: develop
Expand Down

0 comments on commit 2483f5b

Please sign in to comment.