From 9ec54dcacd173eea30061589633b5dc110077bae Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 19 May 2022 12:01:35 +0000 Subject: [PATCH] Update actions/checkout action to v3 --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e30741c..fcb1838 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,7 +10,7 @@ jobs: python-version: [3.6, 3.7, 3.8, pypy3] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v2 with: @@ -32,7 +32,7 @@ jobs: needs: test runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Python uses: actions/setup-python@v2 with: