File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
1616 - macos-latest
1717 runs-on : ${{ matrix.os }}
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2020 with :
2121 fetch-depth : 0 # Required due to the way Git works, without it this action won't be able to find any or the correct tags
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2323 with :
2424 repository : WyriHaximus/php-fake-php-version
2525 ref : master
5252 - macos-latest
5353 runs-on : ${{ matrix.os }}
5454 steps :
55- - uses : actions/checkout@v4
55+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
5656 with :
5757 fetch-depth : 0 # Required due to the way Git works, without it this action won't be able to find any or the correct tags
5858 - name : ' Get Previous tag'
Original file line number Diff line number Diff line change 4848 - generate-changelog
4949 runs-on : ubuntu-latest
5050 steps :
51- - uses : actions/checkout@v4
51+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
5252 with :
5353 fetch-depth : 0 # Required due to the way Git works, without it this action won't be able to find any or the correct tags
5454 - name : Create release/${{ env.MILESTONE }} branch
Original file line number Diff line number Diff line change 1313 set-milestone :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1717 with :
1818 fetch-depth : 0 # Required due to the way Git works, without it this action won't be able to find any or the correct tags
1919 if : github.event.pull_request.milestone == null
You can’t perform that action at this time.
0 commit comments