Skip to content

Commit 7d8cc83

Browse files
Merge branch 'main' into js/drawing-tweaks
2 parents 76a8114 + 5755e6f commit 7d8cc83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
git config --global core.longpaths true
7676
7777
- name: Git Checkout
78-
uses: actions/checkout@v3
78+
uses: actions/checkout@v4
7979
with:
8080
fetch-depth: 0
8181
submodules: recursive
@@ -178,7 +178,7 @@ jobs:
178178
git config --global core.longpaths true
179179
180180
- name: Git Checkout
181-
uses: actions/checkout@v3
181+
uses: actions/checkout@v4
182182
with:
183183
fetch-depth: 0
184184
submodules: recursive

0 commit comments

Comments
 (0)