From acadc8978fdb8f5d19c005508c7c0946fe2cb61d Mon Sep 17 00:00:00 2001 From: Jack O'Connor Date: Fri, 25 Feb 2022 14:00:18 -0500 Subject: [PATCH] update GitHub Actions subcommands to v2 --- .github/workflows/push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 1629c66..6696721 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -17,9 +17,9 @@ jobs: os: [ubuntu-latest, windows-latest, macOS-latest] steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v1 + uses: actions/setup-python@v2 with: python-version: ${{ matrix.python-version }} # Confirm that the `python` maps to the version we just installed.