X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=.github%2Fworkflows%2Fubuntu.yaml;fp=.github%2Fworkflows%2Fubuntu.yaml;h=a678ebc91d95d9526b4dfaca3cb007d7caf4cd6d;hb=f5aa69baefa83c1d9316f5736c2b6521eff44a81;hp=315c7d0e7338cf2152ed55e707f87ff9c45cb205;hpb=26d1b60f4984fe71005c4f1a99691e714920f33c;p=ppp.git diff --git a/.github/workflows/ubuntu.yaml b/.github/workflows/ubuntu.yaml index 315c7d0..a678ebc 100644 --- a/.github/workflows/ubuntu.yaml +++ b/.github/workflows/ubuntu.yaml @@ -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: |