File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 name : Find closed references
2121 steps :
22- - uses : actions/checkout@v5
22+ - uses : actions/checkout@v6
2323 - uses : actions/setup-node@v6
2424 with :
2525 node-version : " 24"
Original file line number Diff line number Diff line change 3131
3232 steps :
3333 - name : Checkout repository
34- uses : actions/checkout@v5
34+ uses : actions/checkout@v6
3535 with :
3636 # We must fetch at least the immediate parents so that if this is
3737 # a pull request then we can checkout the head.
Original file line number Diff line number Diff line change 2424 name : Validate PR title
2525 runs-on : ubuntu-latest
2626 steps :
27- - uses : actions/checkout@v5
27+ - uses : actions/checkout@v6
2828 - id : config
2929 uses : ory/ci/conventional_commit_config@master
3030 with :
Original file line number Diff line number Diff line change 2222 runs-on : ubuntu-latest
2323 steps :
2424 - name : Checkout
25- uses : actions/checkout@v5
25+ uses : actions/checkout@v6
2626 - name : Setup Env
2727 id : vars
2828 shell : bash
Original file line number Diff line number Diff line change 99 format :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v5
12+ - uses : actions/checkout@v6
1313 - uses : actions/setup-go@v6
1414 with :
1515 go-version : " 1.25"
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v5
19+ uses : actions/checkout@v6
2020 - name : Synchronize Issue Labels
2121 uses : ory/label-sync-action@v0
2222 with :
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@v5
18+ uses : actions/checkout@v6
1919 with :
2020 token : ${{ secrets.TOKEN_PRIVILEGED }}
2121 - name : Milestone Documentation Generator
You can’t perform that action at this time.
0 commit comments