We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09c0749 commit bf591f2Copy full SHA for bf591f2
.github/workflows/ci.yaml
@@ -45,7 +45,7 @@ jobs:
45
46
- name: "Set composer cache directory"
47
id: composer-cache
48
- run: echo "::set-output name=dir::$(composer config cache-files-dir)"
+ run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
49
50
- name: "Cache composer"
51
uses: actions/[email protected]
.github/workflows/lint.yaml
@@ -39,7 +39,7 @@ jobs:
39
40
41
42
43
44
0 commit comments