File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ jobs: # Docs: <https://git.io/JvxXE>
2323 php : ['7.2', '7.3', '7.4', '8.0']
2424 steps :
2525 - name : Check out code
26- uses : actions/checkout@v2
26+ uses : actions/checkout@v4
2727
2828 - name : Setup PHP, with composer and extensions
2929 uses : shivammathur/setup-php@v2 # Action page: <https://github.com/shivammathur/setup-php>
@@ -36,7 +36,7 @@ jobs: # Docs: <https://git.io/JvxXE>
3636 run : echo "::set-output name=dir::$(composer config cache-files-dir)"
3737
3838 - name : Cache dependencies # Docs: <https://git.io/JfAKn#php---composer>
39- uses : actions/cache@v2
39+ uses : actions/cache@v4
4040 with :
4141 path : ${{ steps.composer-cache.outputs.dir }}
4242 key : ${{ runner.os }}-composer-${{ matrix.setup }}-${{ hashFiles('**/composer.json') }}
@@ -76,7 +76,7 @@ jobs: # Docs: <https://git.io/JvxXE>
7676 runs-on : ubuntu-20.04
7777 steps :
7878 - name : Check out code
79- uses : actions/checkout@v2
79+ uses : actions/checkout@v4
8080
8181 - name : Lint changelog file
8282 uses : docker://avtodev/markdown-lint:v1 # Action page: <https://github.com/avto-dev/markdown-lint>
You can’t perform that action at this time.
0 commit comments