From ff600fcf5eb0d937b24d64cef042849e0d8d4c1c Mon Sep 17 00:00:00 2001 From: Martin Tzvetanov Grigorov Date: Wed, 17 Jan 2024 11:32:25 +0200 Subject: [PATCH] Update actions/update-python to v5 (latest) With v1 there is a build warning: ``` build (3.12) The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-python@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/ ``` E.g. see https://github.com/martin-g/AEGeAn/actions/runs/7542984733 Signed-off-by: Martin Tzvetanov Grigorov --- .github/workflows/LocusPocus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/LocusPocus.yml b/.github/workflows/LocusPocus.yml index f7bf976..43b947d 100644 --- a/.github/workflows/LocusPocus.yml +++ b/.github/workflows/LocusPocus.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v1 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v1 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - name: Install