From 2d2ab6b739c7e244ac46f64f82862fd787987615 Mon Sep 17 00:00:00 2001 From: Grant Willcox Date: Wed, 19 Oct 2022 11:10:25 -0500 Subject: [PATCH] Bump actions/checkout to version 3.x to use NodeJS 16.x instead of deprecated NodeJS 12 --- .github/workflows/verify.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 837545ad5ee5..b5505d454a9e 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -33,7 +33,7 @@ jobs: name: Docker Build steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: docker-compose build run: | @@ -93,7 +93,7 @@ jobs: run: sudo apt-get install libpcap-dev graphviz - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Setup Ruby env: