From ff27320d4e840fd5a25523f9474ee72815d62246 Mon Sep 17 00:00:00 2001 From: bfren Date: Mon, 8 Dec 2025 09:11:00 +0000 Subject: [PATCH 1/3] Bumping version to 6.0.3 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 7a9f89d..39c5d6a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.0.2 \ No newline at end of file +6.0.3 \ No newline at end of file From 20ba2a218f35227fd82c0011b09787d8f45983a4 Mon Sep 17 00:00:00 2001 From: bfren Date: Mon, 8 Dec 2025 09:11:00 +0000 Subject: [PATCH 2/3] 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 }} From 04e4c151585d9f34b2eb276ba635046b4e1f5020 Mon Sep 17 00:00:00 2001 From: bfren Date: Thu, 18 Dec 2025 13:13:24 +0000 Subject: [PATCH 3/3] Updating workflows --- .github/workflows/workflow-cleanup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-cleanup.yml b/.github/workflows/workflow-cleanup.yml index 36fcf4f..3bcccd8 100644 --- a/.github/workflows/workflow-cleanup.yml +++ b/.github/workflows/workflow-cleanup.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Delete old workflow runs - uses: bfren/delete-workflow-runs@main + uses: bfren/delete-workflow-runs@v2 with: token: ${{ secrets.GITHUB_TOKEN }} repository: ${{ github.repository }}