File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1818 plugin_version : ${{ steps.get-version.outputs.plugin_version }}
1919 plugin_prerelease : ${{ steps.get-version.outputs.plugin_prerelease }}
2020 steps :
21- - uses : actions/checkout@v5
21+ - uses : actions/checkout@v6
2222 - id : get-version
2323 run : |
2424 if [[ $GITHUB_REF == refs/tags/v* ]]; then
5454 container :
5555 image : php:${{ matrix.php-version }}-fpm
5656 steps :
57- - uses : actions/checkout@v5
57+ - uses : actions/checkout@v6
5858 - name : setup composer
5959 run : |
6060 curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \
7575 container :
7676 image : mcr.microsoft.com/devcontainers/php:2-8.2-bullseye
7777 steps :
78- - uses : actions/checkout@v5
78+ - uses : actions/checkout@v6
7979
8080 - name : install scoper
8181 run : |
You can’t perform that action at this time.
0 commit comments