File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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@v6
22+ - uses : actions/checkout@v7
2323 - uses : actions/setup-node@v6
2424 with :
2525 node-version : " 24"
Original file line number Diff line number Diff line change 3939
4040 steps :
4141 - name : Checkout repository
42- uses : actions/checkout@v6
42+ uses : actions/checkout@v7
4343
4444 # Initializes the CodeQL tools for scanning.
4545 - name : Initialize CodeQL
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@v6
27+ - uses : actions/checkout@v7
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@v6
25+ uses : actions/checkout@v7
2626 - name : Setup Env
2727 id : vars
2828 shell : bash
Original file line number Diff line number Diff line change 1111 format :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v6
14+ - uses : actions/checkout@v7
1515 - uses : actions/setup-go@v6
1616 with :
1717 check-latest : true
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v6
19+ uses : actions/checkout@v7
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@v6
18+ uses : actions/checkout@v7
1919 with :
2020 token : ${{ secrets.TOKEN_PRIVILEGED }}
2121 - name : Milestone Documentation Generator
You can’t perform that action at this time.
0 commit comments