@liblaf/actions 3.0.0 → 3.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -59,7 +59,7 @@ runs:
59
59
  # TODO: handle `python-version` input for pixi
60
60
  - if: steps.manager.outputs.pixi == 'true'
61
61
  name: Setup Pixi
62
- uses: prefix-dev/setup-pixi@1b2de7f3351f171c8b4dfeb558c639cb58ed4ec0 # v0
62
+ uses: prefix-dev/setup-pixi@5185adfbffb4bd703da3010310260805d89ebb11 # v0
63
63
  with:
64
64
  run-install: true
65
65
  activate-environment: true
@@ -78,7 +78,7 @@ runs:
78
78
  python-version-file: ${{ steps.python-version-file.outputs.python-version-file }}
79
79
  - if: steps.manager.outputs.uv == 'true'
80
80
  name: Setup uv
81
- uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
81
+ uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
82
82
  with:
83
83
  python-version: ${{ steps.python.outputs.python-version }}
84
84
  activate-environment: true