Skip to content

Commit c92078b

Browse files
committed
fix directory ownership
1 parent 0bc3d3a commit c92078b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jekyll-gh-pages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
steps:
3030
- name: Checkout
31-
uses: actions/checkout@v3
31+
uses: actions/checkout@v4
3232
- name: Set ownership
3333
run: |
3434
# this is to fix GIT not liking owner of the checkout dir

0 commit comments

Comments
 (0)