From d5412cbe8965a513f9ad9c93a3242ba32c450c67 Mon Sep 17 00:00:00 2001 From: Joel Klabo Date: Sat, 11 Mar 2023 08:51:01 -0800 Subject: [PATCH] Update Actions to v3 to fix Node.js 12 Warnings --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0c70131..e9c06f2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,10 +24,10 @@ jobs: deprecated: [0] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Checkout c-lightning@master - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: repository: 'ElementsProject/lightning' path: 'lightning' @@ -82,7 +82,7 @@ jobs: sudo make install - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v2 + uses: actions/setup-python@v3 with: python-version: ${{ matrix.python-version }}