From 8ae20c2a910768fe88521be5fa71813459a49ec5 Mon Sep 17 00:00:00 2001 From: Padraig Gleeson Date: Mon, 11 Sep 2023 12:23:50 +0100 Subject: [PATCH] Update gha actions - to retest master branch --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9241d4c..2cea8bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,13 +16,13 @@ jobs: python-version: ["2.7", "3.7", "3.8", "3.9"] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Start MongoDB uses: supercharge/mongodb-github-action@1.3.0 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }}