From 3fc32c008843784f74d61416129bfd0841031245 Mon Sep 17 00:00:00 2001 From: Gianluca Ciccarelli Date: Thu, 12 Dec 2024 13:45:26 +0200 Subject: [PATCH] Grab ownership of task-bunny for Quantum See https://salemove.slack.com/archives/CBJJE330U/p1734003443555299?thread_ts=1733918079.450199&cid=CBJJE330U for context. --- .github/CODEOWNERS | 1 + .github/workflows/ci.yml | 5 +---- 2 files changed, 2 insertions(+), 4 deletions(-) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..f6df60e --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @salemove/tm-quantum diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 09388e1..1d41606 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,9 +20,6 @@ jobs: strategy: matrix: include: - - pair: - elixir: '1.11' - otp: '23.0' - pair: elixir: '1.12' otp: '24.0' @@ -36,7 +33,7 @@ jobs: otp-version: ${{matrix.pair.otp}} elixir-version: ${{matrix.pair.elixir}} - - uses: actions/cache@v2 + - uses: actions/cache@v4.2.0 with: path: | deps