Skip to content

Commit 338fa45

Browse files
committed
updated actions to v5
1 parent 82038f3 commit 338fa45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v4 # Updated to v4
22+
uses: actions/checkout@v5 # Updated to v5
2323
with:
2424
submodules: recursive # 'recursive' is safer for themes
2525
fetch-depth: 0

0 commit comments

Comments
 (0)