diff --git a/.github/workflows/public.yml b/.github/workflows/public.yml index fea2fdf..b3ea9bd 100644 --- a/.github/workflows/public.yml +++ b/.github/workflows/public.yml @@ -13,7 +13,7 @@ jobs: with: submodules: true # Fetch Hugo themes (true OR recursive) fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: 20.x cache: 'npm'