File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,14 +15,14 @@ jobs:
1515
1616 steps :
1717 - name : Checkout code
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v6
1919 with :
2020 ref : ${{ github.head_ref }}
2121
2222 - name : Fix PHP code style issues
23- uses : aglipanci/laravel-pint-action@2.5
23+ uses : aglipanci/laravel-pint-action@2.6
2424
2525 - name : Commit changes
26- uses : stefanzweifel/git-auto-commit-action@v5
26+ uses : stefanzweifel/git-auto-commit-action@v7
2727 with :
2828 commit_message : " style: fix styling"
Original file line number Diff line number Diff line change 5353
5454 steps :
5555 - name : Checkout code
56- uses : actions/checkout@v4
56+ uses : actions/checkout@v6
5757 with :
5858 # Fetch 10 commits or Scrutinizer will throw
5959 fetch-depth : 10
7070 run : echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
7171
7272 - name : Cache composer dependencies
73- uses : actions/cache@v4
73+ uses : actions/cache@v5
7474 with :
7575 path : ${{ steps.composer-cache.outputs.dir }}
7676 key : php-${{ matrix.php }}-laravel-${{ matrix.laravel }}-composer-${{ matrix.stability }}-${{ hashFiles('**/composer.json') }}
You can’t perform that action at this time.
0 commit comments