From 8e55eb9dae641e99ea0d106a9a06ab209ac6b54c Mon Sep 17 00:00:00 2001 From: Peter Law Date: Sat, 16 Sep 2023 16:58:51 +0100 Subject: [PATCH] Bump other GitHub Actions to latest Also to avoid Node JS deprecations. --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d705a3e..3795153 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,12 +14,12 @@ jobs: - uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: 3.9 - name: Cache dependencies - uses: actions/cache@v2 + uses: actions/cache@v4 id: cache-dep with: path: venv @@ -49,12 +49,12 @@ jobs: - uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: 3.9 - name: Cache dependencies - uses: actions/cache@v2 + uses: actions/cache@v4 id: cache-dep with: path: venv