Skip to content

Commit a81e763

Browse files
committed
update
1 parent 223d500 commit a81e763

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/sem_ver.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Support longpaths on Git checkout
1515
run: |
1616
git config --global core.longpaths true
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818
with:
1919
submodules: recursive
2020

@@ -49,6 +49,7 @@ jobs:
4949
# Test to see if we can setup semantic release
5050
- name: Test Semantic Release Installation
5151
uses: actions/checkout@v4
52+
working-directory: ./
5253
with:
5354
ref: main
5455
- run: |

0 commit comments

Comments
 (0)