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 88 runs-on : ubuntu-latest
99 steps :
1010 - name : Checkout
11- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
11+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
1212 with :
1313 fetch-depth : 0 # needed for branch creation
1414
Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ jobs:
1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout PR branch
16- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
16+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
1717 with :
1818 path : pr
1919
2020 - name : Checkout main branch
21- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
21+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2222 with :
2323 ref : main
2424 path : main
You can’t perform that action at this time.
0 commit comments