Merge pull request #695 from thecodacus/fix-versioning
Browse files
.github/workflows/update-stable.yml
CHANGED
@@ -15,10 +15,7 @@ jobs:
|
|
15 |
pull-requests: read
|
16 |
|
17 |
steps:
|
18 |
-
- uses: actions/checkout@
|
19 |
-
with:
|
20 |
-
fetch-depth: 0
|
21 |
-
token: ${{ secrets.GITHUB_TOKEN }}
|
22 |
|
23 |
- name: Configure Git
|
24 |
run: |
|
|
|
15 |
pull-requests: read
|
16 |
|
17 |
steps:
|
18 |
+
- uses: actions/checkout@v3
|
|
|
|
|
|
|
19 |
|
20 |
- name: Configure Git
|
21 |
run: |
|