From 08ecd8c076dbd128f168ba23e6934380a46c57bf Mon Sep 17 00:00:00 2001 From: jan iversen Date: Tue, 16 Apr 2024 11:38:28 +0200 Subject: [PATCH] Bump actions CI. (#2166) --- .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 781dabe78..3f4a888ef 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: >-