From f1835315354a09773fa590ad093c0db338bf3ff9 Mon Sep 17 00:00:00 2001 From: bfren Date: Mon, 8 Dec 2025 09:11:55 +0000 Subject: [PATCH 1/2] Bumping version to 7.1.1 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 3769235..ef09838 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.1.0 \ No newline at end of file +7.1.1 \ No newline at end of file From 1222f512b60ad61afb3dad536c87a9a5d31662fa Mon Sep 17 00:00:00 2001 From: bfren Date: Mon, 8 Dec 2025 09:11:55 +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 }}