Skip to content

Commit

Permalink
Fix tags fetch in GH action (#22302)
Browse files Browse the repository at this point in the history
Fix tags fetch in GH action
  • Loading branch information
kacper-murzyn authored Jan 24, 2024
1 parent 78b4d7a commit 5c7061c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/create_rc_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Install python
uses: actions/setup-python@v4
Expand Down

0 comments on commit 5c7061c

Please sign in to comment.