From 19f29ac7fbcfc624313e9e9068f2c42f1f311c9d Mon Sep 17 00:00:00 2001 From: Felipe Contreras Date: Tue, 19 Mar 2024 12:43:30 -0600 Subject: [PATCH] github: update checkout action Gets rid of the warning: Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. Signed-off-by: Felipe Contreras --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb1121a44..308281a88 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: - macos-latest runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install IO::Pty if: matrix.os == 'ubuntu-latest' run: sudo apt-get update -y && sudo apt-get install -y libio-pty-perl