From 7e6dfd338f43dd3de8149458aa89dd17a5d1a91b Mon Sep 17 00:00:00 2001 From: Padraig Gleeson Date: Thu, 7 Sep 2023 16:52:29 +0100 Subject: [PATCH] Update GHA versions --- .github/workflows/ci-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index d7ffd48..8f0269f 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -17,10 +17,10 @@ jobs: runs-on: [ ubuntu-latest ] 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 }}