From 64d5ab07cd55c06d0f147e2d50c7b6efdf8f87e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 17:42:16 +0000 Subject: [PATCH 1/2] Update actions/cache action to v4 --- .github/workflows/pytest.yml | 2 +- .github/workflows/rich-codex.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 8cec6a63d7..139e3d9298 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -117,7 +117,7 @@ jobs: - name: Cache nf-test installation if: env.nftest_installed != 'true' id: cache-software - uses: actions/cache@v3 + uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4 with: path: | /usr/local/bin/nf-test diff --git a/.github/workflows/rich-codex.yml b/.github/workflows/rich-codex.yml index e0981e8241..ecbae8ffec 100644 --- a/.github/workflows/rich-codex.yml +++ b/.github/workflows/rich-codex.yml @@ -19,7 +19,7 @@ jobs: - name: Cache nf-test installation id: cache-software - uses: actions/cache@v3 + uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4 with: path: | /usr/local/bin/nf-test From a48fd4eb4b995971d58d3278744a787c48ce09bc Mon Sep 17 00:00:00 2001 From: nf-core-bot Date: Wed, 17 Jan 2024 17:43:26 +0000 Subject: [PATCH 2/2] [automated] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8cc72b0b9..1e98986191 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,7 @@ - Fix Renovate Dockerfile updating issues ([#2648](https://github.com/nf-core/tools/pull/2648) and [#2651](https://github.com/nf-core/tools/pull/2651)) - Add new subcommand `nf-core tui`, which launches a TUI (terminal user interface) to intuitively explore the command line flags, built using [Trogon](https://github.com/Textualize/trogon) ([#2655](https://github.com/nf-core/tools/pull/2655)) - Update pre-commit hook astral-sh/ruff-pre-commit to v0.1.13 ([#2660](https://github.com/nf-core/tools/pull/2660)) +- Update actions/cache action to v4 ([#2666](https://github.com/nf-core/tools/pull/2666)) # [v2.11.1 - Magnesium Dragon Patch](https://github.com/nf-core/tools/releases/tag/2.11) - [2023-12-20]