X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=.github%2Fworkflows%2Fubuntu.yaml;fp=.github%2Fworkflows%2Fubuntu.yaml;h=410daf6e0c61db9f6751a9bdf8b10c0c8b673411;hb=006c81f204a7fa7d09bd2d9289317a010fcb1ce9;hp=a678ebc91d95d9526b4dfaca3cb007d7caf4cd6d;hpb=9c5701cb4078b1dc2f40da05a0ba715ec3984b62;p=ppp.git diff --git a/.github/workflows/ubuntu.yaml b/.github/workflows/ubuntu.yaml index a678ebc..410daf6 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@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: |