NixOS-based container for running GitHub actions
0
fork

Configure Feed

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

update actions

+3 -3
+1 -1
.forgejo/workflows/build.yaml
··· 6 6 runs-on: nixos 7 7 steps: 8 8 - name: Checkout code 9 - uses: https://code.forgejo.org/actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 9 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 10 10 11 11 - name: Set up cache 12 12 run: |
+2 -2
.github/workflows/build.yaml
··· 19 19 packages: write 20 20 steps: 21 21 - name: Checkout code 22 - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 22 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 23 23 with: 24 24 fetch-depth: 0 25 25 26 26 - name: Install Nix 27 - uses: DeterminateSystems/nix-installer-action@786fff0690178f1234e4e1fe9b536e94f5433196 # v20 27 + uses: DeterminateSystems/nix-installer-action@c5a866b6ab867e88becbed4467b93592bce69f8a # v21 28 28 29 29 - name: Set up cache 30 30 uses: DeterminateSystems/magic-nix-cache-action@565684385bcd71bad329742eefe8d12f2e765b39 # v13