File tree Expand file tree Collapse file tree 6 files changed +24
-14
lines changed
Expand file tree Collapse file tree 6 files changed +24
-14
lines changed Original file line number Diff line number Diff line change 1717 id-token : " write"
1818 contents : " read"
1919 steps :
20- - uses : " actions/checkout@v4 "
20+ - uses : " actions/checkout@v6 "
2121 with :
2222 ref : " ${{ (inputs.tag != null) && format('refs/tags/{0}', inputs.tag) || '' }}"
2323 - uses : " DeterminateSystems/nix-installer-action@main"
2626 visibility : " public"
2727 name : " mrcjkb/rustaceanvim"
2828 tag : " ${{ inputs.tag }}"
29-
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-22.04
1212 steps :
1313 - name : Checkout repository
14- uses : actions/checkout@v5
14+ uses : actions/checkout@v6
1515
1616 - name : Import GPG key
1717 uses : crazy-max/ghaction-import-gpg@v6
Original file line number Diff line number Diff line change 99 checks :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v4
13- - uses : DeterminateSystems/nix-installer-action@v10
14- - uses : cachix/cachix-action@v12
12+ - name : Checkout repository
13+ uses : actions/checkout@v6
14+ - name : Install nix
15+ uses : cachix/install-nix-action@v31
16+ - name : Setup cachix
17+ uses : cachix/cachix-action@v12
1518 with :
1619 name : mrcjkb
1720 authToken : ' ${{ secrets.CACHIX_AUTH_TOKEN }}'
2023 shell :
2124 runs-on : ubuntu-latest
2225 steps :
23- - uses : actions/checkout@v4
24- - uses : DeterminateSystems/nix-installer-action@v10
25- - uses : cachix/cachix-action@v12
26+ - name : Checkout repository
27+ uses : actions/checkout@v6
28+ - name : Install nix
29+ uses : cachix/install-nix-action@v31
30+ - name : Setup cachix
31+ uses : cachix/cachix-action@v12
2632 with :
2733 name : mrcjkb
2834 authToken : ' ${{ secrets.CACHIX_AUTH_TOKEN }}'
Original file line number Diff line number Diff line change 77 name : Conventional PR
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v4
10+ - uses : actions/checkout@v6
1111 - uses : actions/setup-node@v3
1212 - uses : beemojs/conventional-pr-action@v2
1313 env :
Original file line number Diff line number Diff line change 1818 - nightly
1919 steps :
2020 - name : Checkout repository
21- uses : actions/checkout@v5
21+ uses : actions/checkout@v6
2222
2323 - name : Install MSVC Compiler Toolchain
2424 uses : ilammy/msvc-dev-cmd@v1
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout repository
12- uses : actions/checkout@v4
13- - name : Install Nix
14- uses : DeterminateSystems/nix-installer-action@v10
12+ uses : actions/checkout@v6
13+ - name : Install nix
14+ uses : cachix/install-nix-action@v31
15+ - name : Setup cachix
16+ uses : cachix/cachix-action@v12
17+ with :
18+ name : mrcjkb
19+ authToken : ' ${{ secrets.CACHIX_AUTH_TOKEN }}'
1520 - name : Update flake.lock
1621 uses : DeterminateSystems/update-flake-lock@v20
1722 with :
You can’t perform that action at this time.
0 commit comments