From 5745eabe69ad7edcd2f9a43dbd94b8743037e0ff Mon Sep 17 00:00:00 2001 From: yhirose Date: Tue, 21 Mar 2023 18:54:54 -0400 Subject: [PATCH] Updated test.yaml to use ctions/checkout@v3 --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 2bf0c3d..79b8de7 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -17,7 +17,7 @@ jobs: git config --global core.autocrlf false git config --global core.eol lf - name: checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: install brotli library on ubuntu if: matrix.os == 'ubuntu-latest' run: sudo apt update && sudo apt-get install -y libbrotli-dev