From f14472b7f4387daef7a5a085e46629dfdbfa1b10 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Thu, 8 Feb 2024 23:54:38 +0000 Subject: [PATCH] Upgrade trivial github actions versions These don't need any changes, so can be simply bumped. --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bd340fa..5af3e28 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,15 +38,15 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v3 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - name: Cache pip - uses: actions/cache@v3 + uses: actions/cache@v4 with: # This path is specific to Ubuntu path: ~/.cache/pip -- 2.39.2