From: Harmon Date: Wed, 26 Oct 2022 00:12:12 +0000 (-0500) Subject: Update actions/setup-python from v2 to v3 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=f16b3dc3afdeeba124b661734d53a3af1d504192;p=tweepy.git Update actions/setup-python from v2 to v3 --- diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c32db50..65367fd 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Setup Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v3 with: python-version: '3.x' - name: Install dependencies diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1462f51..47cce0b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Setup Python ${{ matrix.python-version }} - uses: actions/setup-python@v2 + uses: actions/setup-python@v3 with: python-version: ${{ matrix.python-version }} - name: Install dependencies