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
99 steps :
1010 - name : Checkout code
11- uses : actions/checkout@v3
11+ uses : actions/checkout@v4
1212
1313 - name : Check style
1414 uses : docker://oskarstark/php-cs-fixer-ga
Original file line number Diff line number Diff line change 1616
1717 steps :
1818 - name : Checkout code
19- uses : actions/checkout@v3
19+ uses : actions/checkout@v4
2020 with :
2121 # Fetch 10 commits or Scrutinizer will throw
2222 fetch-depth : 10
3333 run : echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
3434
3535 - name : Cache composer dependencies
36- uses : actions/cache@v3
36+ uses : actions/cache@v4
3737 with :
3838 path : ${{ steps.composer-cache.outputs.dir }}
3939 key : php-${{ matrix.php }}-composer-${{ matrix.stability }}-${{ hashFiles('**/composer.json') }}
You can’t perform that action at this time.
0 commit comments