From 4476b0f1dbd429dab60e99b4615faab8b95268eb Mon Sep 17 00:00:00 2001 From: Jonathan Shimwell Date: Mon, 20 Mar 2023 14:34:03 +0000 Subject: [PATCH] updated ci macros versions --- .github/workflows/ci_with_install.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_with_install.yml b/.github/workflows/ci_with_install.yml index 6f10d37..febe9b9 100644 --- a/.github/workflows/ci_with_install.yml +++ b/.github/workflows/ci_with_install.yml @@ -25,10 +25,10 @@ jobs: python-version: [3.8, 3.9, '3.10'] steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set up Python ${{matrix.python-version}} - uses: actions/setup-python@v1 + uses: actions/setup-python@v4 with: python-version: ${{matrix.python-version}}