From 54804bc4025ca25fb882ede1ee142cdb238fca44 Mon Sep 17 00:00:00 2001 From: Felipe Contreras Date: Fri, 1 Aug 2025 20:55:57 -0600 Subject: [PATCH] github: update actions --- .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 65f62a0..5deb399 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,11 +9,11 @@ jobs: matrix: hg: [ '6.0', '6.1', '6.2', '6.3', '6.4', '6.5', '6.6', '6.7', '6.8', '6.9' ] steps: - - uses: actions/checkout@v3 - - uses: actions/setup-python@v4 + - uses: actions/checkout@v4 + - uses: actions/setup-python@v5 with: python-version: '3.10' - - uses: actions/cache@v3 + - uses: actions/cache@v4 id: cache-pip with: path: ~/.cache/pip