From eaaf98b6c6f2d6d996fdc2287cdb50a74050617b Mon Sep 17 00:00:00 2001 From: dam2452 <81230036+dam2452@users.noreply.github.com> Date: Mon, 9 Jun 2025 13:43:03 +0200 Subject: [PATCH 1/2] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 7f6d5b1..1465fd3 100644 --- a/readme.md +++ b/readme.md @@ -60,4 +60,4 @@ Run the program from the command line, providing the path to your prompt file. python main --prompt-file path/to/prompt.txt ``` - +...2 From 28e85d0cb569522a1c3a5762636e5379ade55729 Mon Sep 17 00:00:00 2001 From: dam2452 <81230036+dam2452@users.noreply.github.com> Date: Mon, 9 Jun 2025 13:46:23 +0200 Subject: [PATCH 2/2] Update pre-commit.yml --- .github/workflows/pre-commit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index faf12e7..5bfdcc6 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -27,7 +27,7 @@ jobs: sudo apt-get install -y portaudio19-dev python3-dev - name: Cache pip and pre-commit - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.cache/pip