]> git.ozlabs.org Git - ppp.git/commitdiff
CI: Update the 'checkout' action to V3 as V2 is being deprecated. (#437)
authorAdrien RICCIARDI <RICCIARDI-Adrien@users.noreply.github.com>
Fri, 1 Sep 2023 11:58:46 +0000 (13:58 +0200)
committerGitHub <noreply@github.com>
Fri, 1 Sep 2023 11:58:46 +0000 (21:58 +1000)
Signed-off-by: RICCIARDI-Adrien <adrien.ricciardi@hotmail.fr>
.github/workflows/solaris.yaml
.github/workflows/ubuntu.yaml

index ab02e9666f13f816451ef285c78d676d76efb7fb..ac46eaa52404989c812bed58dcc2f1b5b5c7bf8a 100644 (file)
@@ -6,7 +6,7 @@ jobs:
     runs-on: macos-12
     steps:
     - name: Checkout PPP sources
-      uses: actions/checkout@v2
+      uses: actions/checkout@v3
     - name: Build
       uses: vmactions/solaris-vm@v0
       with:
index 315c7d0e7338cf2152ed55e707f87ff9c45cb205..a678ebc91d95d9526b4dfaca3cb007d7caf4cd6d 100644 (file)
@@ -8,7 +8,7 @@ jobs:
       configure_flags: --enable-multilink --enable-systemd --enable-cbcp
 
     steps:
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v3
 
     - name: install required packages
       run: |
@@ -37,7 +37,7 @@ jobs:
       LDFLAGS: '-fsanitize=address'
 
     steps:
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v3
 
     - name: install required packages
       run: |