File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,15 +25,11 @@ jobs:
2525 php-version : ["8.1", "8.0", "7.4", "7.3"]
2626
2727 steps :
28- - uses : actions/checkout@v2
29- - name : Git Commit Hash
30- id : git_commit
31- run : |
32- echo "::set-output name=hash::$(git rev-parse HEAD)"
28+ - uses : actions/checkout@v3
3329
3430 - name : Cancel Previous Runs
3531 if : contains(matrix.os, 'ubuntu') && contains(matrix.php-version, '8.1')
36- uses : styfle/cancel-workflow-action@0.6 .0
32+ uses : styfle/cancel-workflow-action@0.11 .0
3733 with :
3834 access_token : ${{ github.token }}
3935
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - name : repo-sync
11- uses : wei/git-sync@v2
11+ uses : wei/git-sync@v3
1212 with :
1313 source_repo : " https://github.com/Frederick888/php-bencode.git"
1414 source_branch : " refs/remotes/source/*"
2020 runs-on : ubuntu-latest
2121 steps :
2222 - name : repo-sync
23- uses : wei/git-sync@v2
23+ uses : wei/git-sync@v3
2424 with :
2525 source_repo : " https://github.com/Frederick888/php-bencode.git"
2626 source_branch : " refs/tags/*"
You can’t perform that action at this time.
0 commit comments