File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3232
3333 steps :
3434 - name : Checkout repository
35- uses : actions/checkout@v6
35+ uses : actions/checkout@v6.0.1
3636 with :
3737 # We must fetch at least the immediate parents so that if this is
3838 # a pull request then we can checkout the head.
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Check out
20- uses : actions/checkout@v6
20+ uses : actions/checkout@v6.0.1
2121 with :
2222 fetch-depth : 0 # Needed for setuptools_scm to work correctly
2323
Original file line number Diff line number Diff line change 4141 permission-pull-requests : " write"
4242
4343 - name : " Checkout repository"
44- uses : " actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd " # ratchet:actions/checkout@v5
44+ uses : " actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 " # ratchet:actions/checkout@v5
4545
4646 - name : " Run Gemini pull request review"
4747 uses : " google-github-actions/run-gemini-cli@v0" # ratchet:exclude
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Check out
18- uses : actions/checkout@v6
18+ uses : actions/checkout@v6.0.1
1919 with :
2020 fetch-depth : 0 # Needed for setuptools_scm to work correctly
2121
Original file line number Diff line number Diff line change 2121 shell : bash
2222 steps :
2323 - name : Check out
24- uses : actions/checkout@v6
24+ uses : actions/checkout@v6.0.1
2525 with :
2626 fetch-depth : 0 # Needed for setuptools_scm to work correctly
2727 - name : Install uv
Original file line number Diff line number Diff line change 2222 shell : bash
2323 steps :
2424 - name : Check out
25- uses : actions/checkout@v6
25+ uses : actions/checkout@v6.0.1
2626 with :
2727 fetch-depth : 0 # Needed for setuptools_scm to work correctly
2828
You can’t perform that action at this time.
0 commit comments