ALPHA: wire is a tool to deploy nixos systems wire.althaea.zone/
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix unpinned actions (#413)

authored by

marshmallow and committed by
GitHub
f71e2d71 bf3e31bb

+3 -3
+2 -2
.github/workflows/autofix.yml
··· 33 33 persist-credentials: false 34 34 - uses: ./.github/actions/setup-nix 35 35 - name: Cache Cargo 36 - uses: actions/cache@v5 36 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 37 37 with: 38 38 path: | 39 39 ~/.cargo/bin/ ··· 42 42 ~/.cargo/git/db/ 43 43 key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} 44 44 - name: Cache uv 45 - uses: actions/cache@v5 45 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 46 46 with: 47 47 path: /tmp/.uv-cache 48 48 key: uv-${{ runner.os }}-${{ hashFiles('**/uv.lock') }}
+1 -1
.github/workflows/labeler.yml
··· 9 9 pull-requests: write 10 10 runs-on: ubuntu-latest 11 11 steps: 12 - - uses: actions/labeler@v6 12 + - uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b