From d31cda5af80aebbbae11d3addd60608a135ecace Mon Sep 17 00:00:00 2001 From: Mark Breen Date: Mon, 3 Apr 2023 23:35:08 +0100 Subject: [PATCH] bump checkout to 3.5 --- .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 b1c9c4e..e3f4e69 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: - "3.10" steps: - - uses: actions/checkout@v3.3.0 + - uses: actions/checkout@v3.5.0 with: fetch-depth: 2 - name: Set up Python ${{ matrix.python-version }}