File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5353
5454 steps :
5555 - name : Checkout code
56- uses : actions/checkout@v6
56+ uses : actions/checkout@v7
5757 with :
5858 ref : ${{ github.ref }}
5959 token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 8686
8787 steps :
8888 - name : Checkout repository
89- uses : actions/checkout@v6
89+ uses : actions/checkout@v7
9090
9191 - name : Setup Python for pre-commit tooling
9292 uses : actions/setup-python@v6
Original file line number Diff line number Diff line change 2424
2525 steps :
2626 - name : Checkout repository
27- uses : actions/checkout@v6
27+ uses : actions/checkout@v7
2828
2929 - name : Setup Node.js
3030 uses : actions/setup-node@v6
Original file line number Diff line number Diff line change 1919
2020 steps :
2121 - name : Checkout repository
22- uses : actions/checkout@v6
22+ uses : actions/checkout@v7
2323
2424 - name : Confirm PowerShell 7.4 or newer
2525 shell : pwsh
Original file line number Diff line number Diff line change 4444
4545 steps :
4646 - name : Checkout repository
47- uses : actions/checkout@v6
47+ uses : actions/checkout@v7
4848
4949 - name : Confirm PowerShell 7.4 or newer
5050 shell : pwsh
@@ -146,7 +146,7 @@ jobs:
146146
147147 steps :
148148 - name : Checkout repository
149- uses : actions/checkout@v6
149+ uses : actions/checkout@v7
150150
151151 - name : Confirm PowerShell 7.4 or newer
152152 shell : pwsh
Original file line number Diff line number Diff line change 2424
2525 steps :
2626 - name : Checkout repository
27- uses : actions/checkout@v6
27+ uses : actions/checkout@v7
2828
2929 - name : Setup Python for pre-commit tooling
3030 uses : actions/setup-python@v6
You can’t perform that action at this time.
0 commit comments