File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 99 create-tag :
1010 runs-on : ubuntu-22.04
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v6
1313 with :
1414 fetch-depth : ' 0'
1515 - id : github-tag-action
16- uses : anothrNick/github-tag-action@1.67 .0
16+ uses : anothrNick/github-tag-action@1.75 .0
1717 env :
1818 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
1919 WITH_V : true
Original file line number Diff line number Diff line change 11repos :
22 - repo : https://github.com/pre-commit/pre-commit-hooks
3- rev : v4.5 .0
3+ rev : v6.0 .0
44 hooks :
55 - id : check-merge-conflict
66 - id : check-yaml
Original file line number Diff line number Diff line change 11let
22 nixpkgs = builtins . fetchTarball {
3- name = "nixos-24 .05-20241112 " ;
4- url = "https://github.com/NixOS/nixpkgs/archive/9256f7c71a19 .tar.gz" ;
5- sha256 = "0dxwisjg7cg8m7lm1643s0fs9gplji1l25hiwplkqwa5c4hs6v5b " ;
3+ name = "nixos-25 .05-20250625 " ;
4+ url = "https://github.com/NixOS/nixpkgs/archive/c7ab75210cb8 .tar.gz" ;
5+ sha256 = "1zry6hr77c2x08wxr8m39r8dc9nfn1whzsg4gv3g7qnmikwnrj4h " ;
66 } ;
77
88 pkgs = import nixpkgs { } ;
You can’t perform that action at this time.
0 commit comments