tangled
alpha
login
or
join now
wiro.world
/
dotfiles
2
fork
atom
yep, more dotfiles
2
fork
atom
overview
issues
1
pulls
1
pipelines
ci: bump checkout to v5
wiro.world
4 months ago
0bb9b274
c26b3c44
verified
This commit was signed with the committer's
known signature
.
wiro.world
SSH Key Fingerprint:
SHA256:SmMcWpNAnL+VAgItSawvXgdPVn7f1rsyAuB/5VNclKY=
+1
-1
1 changed file
expand all
collapse all
unified
split
.github
workflows
nix.yml
+1
-1
.github/workflows/nix.yml
···
8
8
name: Check flake
9
9
runs-on: ubuntu-latest
10
10
steps:
11
11
-
- uses: actions/checkout@v4
11
11
+
- uses: actions/checkout@v5
12
12
- uses: cachix/install-nix-action@v31
13
13
with:
14
14
github_access_token: ${{ secrets.GITHUB_TOKEN }}