From 925075841b1258d2dfc0f6ca92cb8cdd46721f3b Mon Sep 17 00:00:00 2001 From: Jonathan Hui Date: Wed, 12 Oct 2022 10:17:16 -0700 Subject: [PATCH] [github-actions] migrate to `actions/checkout@v3` (#128) --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c353fd7..7688f57 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,7 +39,7 @@ jobs: pretty: runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Bootstrap run: | python3 -m pip install yapf==0.29.0 @@ -55,7 +55,7 @@ jobs: REFERENCE_DEVICE: 1 VIRTUAL_TIME: 1 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Bootstrap run: | sudo rm /etc/apt/sources.list.d/* && sudo apt-get update