diff mbox series

ci: Update github actions to run on Node 16

Message ID 20230210165201.59499-1-arbab@linux.ibm.com
State Accepted
Headers show
Series ci: Update github actions to run on Node 16 | expand

Checks

Context Check Description
snowpatch_ozlabs/github-Docker_builds_and_checks success Successfully ran 9 jobs.

Commit Message

Reza Arbab Feb. 10, 2023, 4:52 p.m. UTC
Github is deprecating Node 12 for actions[1]. Support for Node 16 was
added to github-pages-deploy-action in v4.4.1. Instead of specifying
v4.2.5 in our workflow, only reference the major release, which will
pick up the latest.

[1] https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12

Signed-off-by: Reza Arbab <arbab@linux.ibm.com>
---
 .github/workflows/build-docs.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Reza Arbab Feb. 27, 2023, 8:31 p.m. UTC | #1
On Fri, Feb 10, 2023 at 10:52:01AM -0600, Reza Arbab wrote:
>Github is deprecating Node 12 for actions[1]. Support for Node 16 was
>added to github-pages-deploy-action in v4.4.1. Instead of specifying
>v4.2.5 in our workflow, only reference the major release, which will
>pick up the latest.

Applied to master.
diff mbox series

Patch

diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml
index 8a7266d42898..f9c17499d913 100644
--- a/.github/workflows/build-docs.yml
+++ b/.github/workflows/build-docs.yml
@@ -23,7 +23,7 @@  jobs:
         run: ./opal-ci/build-docs.sh
 
       - name: Deploy docs
-        uses: JamesIves/github-pages-deploy-action@v4.2.5
+        uses: JamesIves/github-pages-deploy-action@v4
         with:
           branch: gh-pages
           folder: doc/_build/ghpages