File tree 3 files changed +14
-13
lines changed
3 files changed +14
-13
lines changed Original file line number Diff line number Diff line change 29
29
github-token : " ${{ secrets.GITHUB_TOKEN }}"
30
30
31
31
- name : wait-for-checks
32
- uses : poseidon/wait-for-status-checks@v0.5 .0
32
+ uses : poseidon/wait-for-status-checks@v0.6 .0
33
33
with :
34
34
token : ${{ secrets.GITHUB_TOKEN }}
35
35
Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to ` app-wrapper ` will be documented in this file.
4
4
5
+ ## v0.0.2 - 2024-11-04
6
+
7
+ ### What's Changed
8
+
9
+ * Bump poseidon/wait-for-status-checks from 0.5.0 to 0.6.0 by @dependabot in https://github.com/fuelviews/app-wrapper/pull/3
10
+
11
+ ### New Contributors
12
+
13
+ * @dependabot made their first contribution in https://github.com/fuelviews/app-wrapper/pull/3
14
+
15
+ ** Full Changelog** : https://github.com/fuelviews/app-wrapper/commits/v0.0.2
16
+
5
17
## v0.0.1 - 2024-10-27
6
18
7
19
### What's Changed
Original file line number Diff line number Diff line change 22
22
</testsuites >
23
23
<logging >
24
24
<junit outputFile =" build/report.junit.xml" />
25
-
26
-
27
-
28
-
29
25
</logging >
30
26
<source >
31
27
<include >
32
28
<directory suffix =" .php" >./src</directory >
33
29
</include >
34
30
</source >
35
- </
36
-
37
-
38
-
39
-
40
-
41
-
42
- >
31
+ </phpunit >
You can’t perform that action at this time.
0 commit comments