From f014b6c80286a484ec26b4a15e189d0a8ea71f52 Mon Sep 17 00:00:00 2001 From: Yehuda Katz Date: Mon, 8 May 2023 16:09:06 -0700 Subject: [PATCH] Try to use older actions/checkout --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0b6e39a95..1f3890af8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: timeout-minutes: 10 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v3.0.2 - uses: NullVoxPopuli/action-setup-pnpm@v2 - run: pnpm lint