From 4ad41da69e4b95b38a3d3273874c44caab20cc56 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 10 Dec 2023 15:08:15 -0500 Subject: ci: Bump some action versions Use the latest action versions to resolve this warning: The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v1. --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3290f39..56ae573 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,22 +25,22 @@ jobs: https://git.savannah.gnu.org/git/emacs/elpa.git seq echo SEQ_DIR=$PWD/seq >>$GITHUB_ENV - name: Check out compat - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: repository: emacs-compat/compat path: compat - name: Check out transient - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: repository: magit/transient path: transient - name: Check out snakemake-mode - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: repository: kyleam/snakemake-mode path: snakemake-mode - name: Set up Python - uses: actions/setup-python@v1 + uses: actions/setup-python@v4 with: python-version: 3.12 - name: Install Snakemake -- cgit v1.2.3