]> git.ozlabs.org Git - ppp.git/blobdiff - .github/workflows/ubuntu.yaml
CI: Update the 'checkout' action to V3 as V2 is being deprecated. (#437)
[ppp.git] / .github / workflows / ubuntu.yaml
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: |