File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 permissions :
1313 contents : write # Required to push to wiki repository
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 - uses : akirk/extract-wp-hooks@main
1717 with :
1818 base-dir : " ."
Original file line number Diff line number Diff line change @@ -29,16 +29,16 @@ jobs:
2929 runs-on : ubuntu-latest
3030 timeout-minutes : 20
3131 steps :
32- - uses : styfle/cancel-workflow-action@0.8.0
33- - uses : actions/checkout@v2
32+ - uses : styfle/cancel-workflow-action@0.13.1
33+ - uses : actions/checkout@v5
3434 - uses : shivammathur/setup-php@v2
3535 with :
3636 php-version : ' 7.4'
3737 - name : Get Composer Cache Directory
3838 id : composer-cache
3939 run : |
4040 echo "::set-output name=dir::$(composer config cache-files-dir)"
41- - uses : actions/cache@v4
41+ - uses : actions/cache@v5
4242 with :
4343 path : ${{ steps.composer-cache.outputs.dir }}
4444 key : ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
You can’t perform that action at this time.
0 commit comments