File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1111 name : Run all checks
1212 runs-on : ubuntu-24.04
1313 steps :
14- - uses : actions/checkout@v5
14+ - uses : actions/checkout@v6
1515 - uses : DeterminateSystems/determinate-nix-action@v3
1616 - uses : DeterminateSystems/flakehub-cache-action@main
1717
Original file line number Diff line number Diff line change 4040 GH_TOKEN : ${{ secrets.detsys_pr_bot_token }} # for `gh pr create`
4141 steps :
4242 - name : Check out detsys-ts
43- uses : actions/checkout@v5
43+ uses : actions/checkout@v6
4444 with :
4545 path : current
4646 token : ${{ env.GH_TOKEN }}
5353 echo "msg=${MSG}" >> $GITHUB_OUTPUT
5454
5555 - name : Check out ${{ env.TARGET_REPO }}
56- uses : actions/checkout@v5
56+ uses : actions/checkout@v6
5757 with :
5858 path : target
5959 repository : ${{ env.TARGET_REPO }}
You can’t perform that action at this time.
0 commit comments