mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2026-04-10 12:33:42 +00:00
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:
2
.github/workflows/basic-tests-pixi.yml
vendored
2
.github/workflows/basic-tests-pixi.yml
vendored
@@ -34,7 +34,7 @@ jobs:
|
||||
- uses: actions/checkout@v6
|
||||
|
||||
- name: Set up pixi (without caching)
|
||||
uses: prefix-dev/setup-pixi@v0.8.2
|
||||
uses: prefix-dev/setup-pixi@0f64e482e3d251f735019b1bc7fb0413ead75b2c # v0.8.2
|
||||
with:
|
||||
environments: tests
|
||||
cache: false
|
||||
|
||||
Reference in New Issue
Block a user