From 3d9769fe6c53cb40a96baa9c4286d698ba07fd31 Mon Sep 17 00:00:00 2001 From: jan iversen Date: Tue, 16 Apr 2024 11:13:32 +0200 Subject: [PATCH] Bump actions CI. --- .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 781dabe787..3f4a888ef7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: uses: actions/checkout@v4.1.1 - name: Set up Python ${{ matrix.python }} - uses: actions/setup-python@v5.0.0 + uses: actions/setup-python@v5.1.0 with: python-version: ${{ matrix.python }} @@ -61,7 +61,7 @@ jobs: - name: Restore base Python virtual environment id: cache-venv - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 with: path: ${{ env.VIRTUAL_ENV }} key: >-