From d5420c2c97be628db0808e73e5913e4e913b309c Mon Sep 17 00:00:00 2001 From: Joel Ambass Date: Mon, 16 Sep 2024 15:46:12 +0200 Subject: [PATCH] Use newest Release in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f724019..424d602 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ jobs: uses: actions/checkout@v4 - name: Publish id: publish - uses: actions/publish-immutable-action@0.0.1 + uses: actions/publish-immutable-action@0.0.2 ```