Skip to content

Commit 2a1e540

Browse files
Ahajhamodularbot
authored andcommitted
[CI] Move action versions pinned to a lint
MODULAR_ORIG_COMMIT_REV_ID: 16648743b0b7c35cf7330a77dba65813d2e38db1
1 parent 7fac8c9 commit 2a1e540

3 files changed

Lines changed: 7 additions & 14364 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,16 @@ jobs:
3131
env:
3232
MODULAR_NVPTX_COMPILER_PATH: /home/runner/work/mojo-gpu-puzzles/mojo-gpu-puzzles/.pixi/envs/default/bin/ptxas
3333
steps:
34-
- uses: actions/checkout@v4
34+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
3535

36-
- uses: actions/cache@v3
36+
- uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
3737
with:
3838
path: |
3939
~/.modular
4040
~/.cache/modular
4141
key: ${{ runner.os }}-modular-${{ hashFiles('**/pixi.toml') }}
4242

43-
- uses: prefix-dev/setup-pixi@v0.9.0
43+
- uses: prefix-dev/setup-pixi@fef5c9568ca6c4ff7707bf840ab0692ba3f08293
4444
with:
4545
pixi-version: v0.53.0
4646
cache: false
@@ -55,4 +55,3 @@ jobs:
5555
shell: bash
5656
run: |
5757
pixi run tests
58-

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@ jobs:
2525
deploy:
2626
runs-on: ubuntu-latest
2727
steps:
28-
- uses: actions/checkout@v4
28+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2929

30-
- uses: actions/cache@v3
30+
- uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
3131
with:
3232
path: |
3333
~/.modular
3434
~/.cache/modular
3535
key: ${{ runner.os }}-modular-${{ hashFiles('**/pixi.toml') }}
3636

37-
- uses: prefix-dev/setup-pixi@v0.9.0
37+
- uses: prefix-dev/setup-pixi@fef5c9568ca6c4ff7707bf840ab0692ba3f08293
3838
with:
3939
pixi-version: v0.63.2
4040
cache: false
@@ -47,7 +47,7 @@ jobs:
4747
pixi run build-book
4848
4949
- name: Deploy
50-
uses: peaceiris/actions-gh-pages@v4
50+
uses: peaceiris/actions-gh-pages@4b09552702d0b65573696410d4707c765da2630b
5151
if: github.event_name == 'push' && github.ref == 'refs/heads/stable'
5252
with:
5353
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)