]> git.ozlabs.org Git - ppp.git/commitdiff
CI: Updated the 'checkout' actions that were using Node.js 16 to Node.js 20. (#489) master
authorAdrien RICCIARDI <RICCIARDI-Adrien@users.noreply.github.com>
Fri, 26 Apr 2024 09:11:31 +0000 (11:11 +0200)
committerGitHub <noreply@github.com>
Fri, 26 Apr 2024 09:11:31 +0000 (19:11 +1000)
See https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20.

Signed-off-by: RICCIARDI-Adrien <adrien.ricciardi@hotmail.fr>
.github/workflows/solaris.yaml
.github/workflows/ubuntu.yaml

index 8d1f44803bbf5d1b6d9804c4e84640ad501db63d..19abce5f8f2b26eec933c5a0461fc67c882137e4 100644 (file)
@@ -6,7 +6,7 @@ jobs:
     runs-on: ubuntu-22.04
     steps:
     - name: Checkout PPP sources
-      uses: actions/checkout@v3
+      uses: actions/checkout@v4
     - name: Build
       uses: vmactions/solaris-vm@v1.0.2
       with:
index a678ebc91d95d9526b4dfaca3cb007d7caf4cd6d..410daf6e0c61db9f6751a9bdf8b10c0c8b673411 100644 (file)
@@ -8,7 +8,7 @@ jobs:
       configure_flags: --enable-multilink --enable-systemd --enable-cbcp
 
     steps:
-    - uses: actions/checkout@v3
+    - uses: actions/checkout@v4
 
     - name: install required packages
       run: |
@@ -37,7 +37,7 @@ jobs:
       LDFLAGS: '-fsanitize=address'
 
     steps:
-    - uses: actions/checkout@v3
+    - uses: actions/checkout@v4
 
     - name: install required packages
       run: |