From d229622934427f6b83756831d3f07f8f1edce762 Mon Sep 17 00:00:00 2001 From: bfren Date: Mon, 8 Dec 2025 09:12:09 +0000 Subject: [PATCH 1/2] Bumping version to 4.2.1 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index ef8d756..d87edbf 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.2.0 \ No newline at end of file +4.2.1 \ No newline at end of file From b73e70f88e8f658e29d37f8791e9eee01c5626f6 Mon Sep 17 00:00:00 2001 From: bfren Date: Mon, 8 Dec 2025 09:12:09 +0000 Subject: [PATCH 2/2] Updating workflow actions --- .github/workflows/update-readme.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index 4e5b4a9..7153006 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -24,7 +24,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Update repo description with README.md - uses: peter-evans/dockerhub-description@v3 + uses: peter-evans/dockerhub-description@v5 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }}