Commit 1ab717c
committed
minor #1122 [CI] Fix deprecations (smnandre)
This PR was squashed before being merged into the 2.x branch.
Discussion
----------
[CI] Fix deprecations
Fix multiple deprecations in CI workflows.
### [doctor-rst.yaml](https://github.com/symfony/ux/actions/workflows/doctor-rst.yaml)
```
DOCtor-RST
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. [...]
```
### [test.yaml](https://github.com/symfony/ux/actions/runs/6209833130/workflow)
Note: ~~the failing php-cs-fixer test is unrelated (cause: new rule in php-cs-fixer)~~
Update: fixed the cs problem, another CI bug appears... not sure if random (does not seem related at all)
```
JavaScript Coding Style
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. [...]
```
```
Check for UnBuilt JS Dist Files
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2 [...]
```
```
tests-js
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. [...]
```
### [test_turbo.yaml](https://github.com/symfony/ux/actions/runs/6209833129)
```
phpstan
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. [...]
```
```
tests (8.1, highest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. [...]
```
```
tests (8.1, lowest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. [...]
```
Commits
-------
0d0c3af [CI] Fix deprecationsFile tree
4 files changed
+12
-12
lines changed- .github/workflows
- src/Turbo/tests/app
4 files changed
+12
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
| 131 | + | |
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
291 | 291 | | |
292 | 292 | | |
293 | 293 | | |
294 | | - | |
| 294 | + | |
295 | 295 | | |
296 | 296 | | |
297 | 297 | | |
| |||
0 commit comments