Skip to content

Commit c821994

Browse files
author
Fureev Eugene
committed
fix
1 parent 9fddf45 commit c821994

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Check out code
12-
uses: actions/checkout@v2
12+
uses: actions/checkout@v3
1313
- name: Lint changelog file
1414
uses: avto-dev/markdown-lint@v1
1515
with:
@@ -123,10 +123,10 @@ jobs:
123123
extensions: mbstring
124124
coverage: xdebug
125125

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
130130
131131
- name: Cache dependencies
132132
uses: actions/cache@v3

0 commit comments

Comments
 (0)