From 99bf26db20208d2e5524e900ebc70775ee109d1f Mon Sep 17 00:00:00 2001 From: Mike Naberezny Date: Sat, 29 Oct 2022 14:26:54 -0700 Subject: [PATCH] Upgrade GitHub Actions steps to fix deprecation warnings --- .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 f69dddd..7c1229a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,10 +13,10 @@ jobs: runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }}