From 1d3bbb2abf00828e495a0c9df21590ad2510f84c Mon Sep 17 00:00:00 2001 From: Pavel Zwerschke Date: Wed, 1 Jan 2025 10:26:50 +0100 Subject: [PATCH] Use newest pixi version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b346774..910751e 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ GitHub Action to set up the [pixi](https://github.com/prefix-dev/pixi) package m ```yml - uses: prefix-dev/setup-pixi@v0.8.1 with: - pixi-version: v0.39.2 + pixi-version: v0.39.4 cache: true auth-host: prefix.dev auth-token: ${{ secrets.PREFIX_DEV_TOKEN }}