File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- name : Check out code
12
- uses : actions/checkout@v2
12
+ uses : actions/checkout@v3
13
13
- name : Lint changelog file
14
14
uses : avto-dev/markdown-lint@v1
15
15
with :
@@ -123,10 +123,10 @@ jobs:
123
123
extensions : mbstring
124
124
coverage : xdebug
125
125
126
- # - name: Get Composer Cache Directory # Docs: <https://github.com/actions/cache/blob/master/examples.md#php---composer>
127
- # id: composer-cache
128
- # run: |
129
- # echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT"
126
+ - name : Get Composer Cache Directory # Docs: <https://github.com/actions/cache/blob/master/examples.md#php---composer>
127
+ id : composer-cache
128
+ run : |
129
+ echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
130
130
131
131
- name : Cache dependencies
132
132
uses : actions/cache@v3
You can’t perform that action at this time.
0 commit comments