Skip to content

Commit 0969aac

Browse files
authored
Merge pull request #695 from thecodacus/fix-versioning
chore: Versioning workflow fix
2 parents 28c0ea8 + 6047602 commit 0969aac

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/update-stable.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,7 @@ jobs:
1515
pull-requests: read
1616

1717
steps:
18-
- uses: actions/checkout@v4
19-
with:
20-
fetch-depth: 0
21-
token: ${{ secrets.GITHUB_TOKEN }}
18+
- uses: actions/checkout@v3
2219

2320
- name: Configure Git
2421
run: |

0 commit comments

Comments
 (0)