From 5da35c380545163c6e238870af886a7a06b62d30 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Tue, 30 Jan 2024 23:20:32 +0100 Subject: [PATCH] Bump GitHub CI actions version for nodejs deprecation --- .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 de04b93..68dce96 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,12 +45,12 @@ jobs: uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4 + 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