fix: pin 1 unpinned action(s) (#987)

Automated security fixes applied by Runner Guard (https://github.com/Vigilant-LLC/runner-guard).

Changes:
 .github/workflows/basic-tests-pixi.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
This commit is contained in:
dagecko
2026-03-26 12:49:44 -04:00
committed by GitHub
parent 9320a5e252
commit 6b9502056f

View File

@@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v6 - uses: actions/checkout@v6
- name: Set up pixi (without caching) - name: Set up pixi (without caching)
uses: prefix-dev/setup-pixi@v0.8.2 uses: prefix-dev/setup-pixi@0f64e482e3d251f735019b1bc7fb0413ead75b2c # v0.8.2
with: with:
environments: tests environments: tests
cache: false cache: false