### Which area is this issue related to? <!--- Uncomment the area(s) this feature is related to ---> /area ci /area landing-page ### Issue Description There are several upcoming depredations that should be addressed for the landing page/doc pages [deployment CI](https://github.com/devfile-resources/devfile-resources.github.io/blob/27482a6a2489a3dafeaf64f9f295796cc6305f54/.github/workflows/deploy-landing-page.yml): 1. `actions/configure-pages` is in need of an update (see https://github.com/devfile-resources/devfile-resources.github.io/pull/25), current version uses Node v20 which is deprecated now, not updating this puts the deploy CI at risk of being disabled 2. `set-output` command is deprecated and should set the passed values to `GITHUB_OUTPUT` environment variable instead ### Acceptance Criteria - [ ] Provide updates to devfile/devfile-web and/or CI to fix breaking changes in https://github.com/devfile-resources/devfile-resources.github.io/pull/25 - [ ] Replace `set-output` lines with setting `GITHUB_OUTPUT` to the passed values instead - [ ] Ensure build step passes ### Target Odo Version _No response_
Which area is this issue related to?
/area ci
/area landing-page
Issue Description
There are several upcoming depredations that should be addressed for the landing page/doc pages deployment CI:
actions/configure-pagesis in need of an update (see Update actions/configure-pages action to v6 devfile-resources/devfile-resources.github.io#25), current version uses Node v20 which is deprecated now, not updating this puts the deploy CI at risk of being disabledset-outputcommand is deprecated and should set the passed values toGITHUB_OUTPUTenvironment variable insteadAcceptance Criteria
set-outputlines with settingGITHUB_OUTPUTto the passed values insteadTarget Odo Version
No response