From bf6c6d90dd7e6b1a366538adb44248922add73e0 Mon Sep 17 00:00:00 2001 From: Brad Hover Date: Thu, 14 Sep 2023 09:18:47 -0700 Subject: [PATCH] Revert "chore(deps): update actions/checkout action to v4 (#276)" This reverts commit 9b4555fb1262e769a0f3b266de7fde53afa1561d. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index edf29bf6..ab16eabe 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,7 +6,7 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + - uses: actions/checkout@v3 - name: Install node and npm uses: actions/setup-node@v3 with: