Skip to content

Commit 06f7f9f

Browse files
committed
infra: Upgrade GitHub actions actions/checkout to v4
v2 of actions/checkout uses deprecated dependencies. Signed-off-by: Rahul Rameshbabu <[email protected]>
1 parent 9dcb4cf commit 06f7f9f

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
@@ -10,7 +10,7 @@ jobs:
1010
deploy:
1111
runs-on: ubuntu-20.04
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v4
1414
with:
1515
submodules: true # Fetch Hugo themes (true OR recursive)
1616
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod

0 commit comments

Comments
 (0)