From: Adrien RICCIARDI Date: Fri, 26 Apr 2024 09:11:31 +0000 (+0200) Subject: CI: Updated the 'checkout' actions that were using Node.js 16 to Node.js 20. (#489) X-Git-Url: http://git.ozlabs.org/?a=commitdiff_plain;h=006c81f204a7fa7d09bd2d9289317a010fcb1ce9;hp=9c5701cb4078b1dc2f40da05a0ba715ec3984b62;p=ppp.git CI: Updated the 'checkout' actions that were using Node.js 16 to Node.js 20. (#489) See https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20. Signed-off-by: RICCIARDI-Adrien --- diff --git a/.github/workflows/solaris.yaml b/.github/workflows/solaris.yaml index 8d1f448..19abce5 100644 --- a/.github/workflows/solaris.yaml +++ b/.github/workflows/solaris.yaml @@ -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: 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: |