From 01142af0ff96a6bc3480d0d209c2eb931d6bddb4 Mon Sep 17 00:00:00 2001 From: Thomas Pinder Date: Sun, 1 Sep 2024 20:02:17 +0200 Subject: [PATCH] Bump version --- .github/workflows/interrogate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/interrogate.yml b/.github/workflows/interrogate.yml index ad93ef7b..67fb1aed 100644 --- a/.github/workflows/interrogate.yml +++ b/.github/workflows/interrogate.yml @@ -13,10 +13,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Clone the reference repository - uses: actions/checkout@v + uses: actions/checkout@v3.5.2 - name: Set up Python 3.10.6 - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: '3.10.6'