File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 php-version : ${{ env.PHP_VERSION }}
2121 coverage : none
2222 tools : composer:v2
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v6
2424 - name : Cache Composer Dependencies
25- uses : actions/cache@v4
25+ uses : actions/cache@v5
2626 with :
2727 path : vendor/
2828 key : composer-${{ env.PHP_VERSION }}-${{ hashFiles('composer.*') }}
Original file line number Diff line number Diff line change 1616 if : github.actor != 'dependabot[bot]'
1717 steps :
1818 - name : Checkout code
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v6
2020 with :
2121 ref : ${{ github.head_ref }}
2222
Original file line number Diff line number Diff line change 2121 php-version : ${{ matrix.php }}
2222 coverage : none
2323 tools : composer:v2
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v6
2525 - run : composer install --dry-run
Original file line number Diff line number Diff line change 1515 php-version : 8.3
1616 coverage : none
1717 tools : composer:v2
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v6
1919 - name : Install PHIVE
2020 run : |
2121 wget --quiet -O phive.phar https://phar.io/releases/phive.phar
3333 id : get_version
3434 run : echo "VERSION=$(echo $GITHUB_REF | cut -d / -f 3)" >> $GITHUB_OUTPUT
3535 - name : Attach .phar to release
36- uses : svenstaro/upload-release-action@v2
36+ uses : svenstaro/upload-release-action@2.11.4
3737 with :
3838 repo_token : ${{ secrets.GITHUB_TOKEN }}
3939 file : slimdump.phar
Original file line number Diff line number Diff line change 2020 php-version : ${{ matrix.php }}
2121 coverage : none
2222 tools : composer:v2
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v6
2424 - name : Cache Composer Dependencies
25- uses : actions/cache@v4
25+ uses : actions/cache@v5
2626 with :
2727 path : vendor/
2828 key : composer-${{ matrix.php }}-${{ hashFiles('composer.*') }}
You can’t perform that action at this time.
0 commit comments