From 97e89af5c11e7a5d79705b40b35d22466e3f90a1 Mon Sep 17 00:00:00 2001 From: jossmoff Date: Sun, 12 Nov 2023 21:32:30 +0000 Subject: [PATCH 1/4] :construction_worker: Updating caching to have extra restore keys --- .github/workflows/cicd.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index 6f0aa62..d3acb1b 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -37,7 +37,10 @@ jobs: uses: actions/cache/restore@v3 with: path: .mutmut-cache - key: ${{ runner.os }}-mutmut-cache-${{ hashFiles('bookshelf/*.py') }} + key: mutmut-cache-${{ github.head_ref }}-${{ hashFiles('bookshelf/*.py') }} + restore-keys: | + mutmut-cache-${{ github.head_ref }} + mutmut-cache-main - name: 🦠 Run Mutation Tests run: | @@ -54,4 +57,4 @@ jobs: uses: actions/cache/save@v3 with: path: .mutmut-cache - key: ${{ runner.os }}-mutmut-cache-${{ hashFiles('bookshelf/*.py') }} + key: mutmut-cache-${{ github.head_ref }}-${{ hashFiles('bookshelf/*.py') }} From 236e039c51aac13f756c58048a0aaee2bc22a317 Mon Sep 17 00:00:00 2001 From: jossmoff Date: Sun, 12 Nov 2023 21:35:55 +0000 Subject: [PATCH 2/4] :bookmark: Bumping version --- bookshelf/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookshelf/__init__.py b/bookshelf/__init__.py index 493f741..260c070 100644 --- a/bookshelf/__init__.py +++ b/bookshelf/__init__.py @@ -1 +1 @@ -__version__ = "0.3.0" +__version__ = "0.3.1" From 6f9744386b9b8546ff6bd640f2d5f61c94ad15cb Mon Sep 17 00:00:00 2001 From: jossmoff Date: Sun, 12 Nov 2023 21:37:33 +0000 Subject: [PATCH 3/4] :bookmark: Bumping version --- bookshelf/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookshelf/__init__.py b/bookshelf/__init__.py index 260c070..f9aa3e1 100644 --- a/bookshelf/__init__.py +++ b/bookshelf/__init__.py @@ -1 +1 @@ -__version__ = "0.3.1" +__version__ = "0.3.2" From 904b3e62f4df1ab5a1a1c811dfe3b9c677a6e34c Mon Sep 17 00:00:00 2001 From: jossmoff Date: Sun, 12 Nov 2023 21:38:56 +0000 Subject: [PATCH 4/4] :bookmark: Bumping version --- bookshelf/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookshelf/__init__.py b/bookshelf/__init__.py index f9aa3e1..e19434e 100644 --- a/bookshelf/__init__.py +++ b/bookshelf/__init__.py @@ -1 +1 @@ -__version__ = "0.3.2" +__version__ = "0.3.3"