From 69984b05563229851d6f586b377b560eee1880a2 Mon Sep 17 00:00:00 2001 From: Grant Willcox Date: Wed, 19 Oct 2022 11:22:19 -0500 Subject: [PATCH] Retry with instead bumping GitHub Actions to version 3.x --- .github/workflows/verify.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 6b090b5b554c4..b5505d454a9e9 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -33,9 +33,7 @@ jobs: name: Docker Build steps: - name: Checkout code - uses: actions/checkout@v2 - with: - node-version: 16.x + uses: actions/checkout@v3 - name: docker-compose build run: | @@ -95,9 +93,7 @@ jobs: run: sudo apt-get install libpcap-dev graphviz - name: Checkout code - uses: actions/checkout@v2 - with: - node-version: 16.x + uses: actions/checkout@v3 - name: Setup Ruby env: