From 690880480d64232382c50adabd76e55e1f8ee55d Mon Sep 17 00:00:00 2001 From: jan iversen Date: Sun, 3 Mar 2024 14:17:14 +0100 Subject: [PATCH] Bump actions. --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1c76b7063..7efa54774 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,10 +40,10 @@ jobs: steps: - name: Checkout repo from github - uses: actions/checkout@v4.1.0 + uses: actions/checkout@v4.1.1 - name: Set up Python ${{ matrix.python }} - uses: actions/setup-python@v4.7.1 + uses: actions/setup-python@v5.0.0 with: python-version: ${{ matrix.python }} @@ -61,7 +61,7 @@ jobs: - name: Restore base Python virtual environment id: cache-venv - uses: actions/cache@v3.3.2 + uses: actions/cache@v4.0.1 with: path: ${{ env.VIRTUAL_ENV }} key: >- @@ -117,7 +117,7 @@ jobs: runs-on: ubuntu-22.04 timeout-minutes: 10 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4.1.1 - uses: github/codeql-action/init@v2 with: