Skip to content

Commit a106b7c

Browse files
dependabot[bot]thejmitchener
authored andcommitted
Bump poseidon/wait-for-status-checks from 0.5.0 to 0.6.0 (#3)
* Bump poseidon/wait-for-status-checks from 0.5.0 to 0.6.0 Bumps [poseidon/wait-for-status-checks](https://github.com/poseidon/wait-for-status-checks) from 0.5.0 to 0.6.0. - [Release notes](https://github.com/poseidon/wait-for-status-checks/releases) - [Commits](poseidon/wait-for-status-checks@v0.5.0...v0.6.0) --- updated-dependencies: - dependency-name: poseidon/wait-for-status-checks dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Refactor phpunit.xml.dist file to remove unnecessary whitespace and comments. --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: thejmitchener <[email protected]>
1 parent dd723ac commit a106b7c

File tree

3 files changed

+14
-13
lines changed

3 files changed

+14
-13
lines changed

.github/workflows/dependabot-auto-merge.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
github-token: "${{ secrets.GITHUB_TOKEN }}"
3030

3131
- name: wait-for-checks
32-
uses: poseidon/wait-for-status-checks@v0.5.0
32+
uses: poseidon/wait-for-status-checks@v0.6.0
3333
with:
3434
token: ${{ secrets.GITHUB_TOKEN }}
3535

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to `app-wrapper` will be documented in this file.
44

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+
517
## v0.0.1 - 2024-10-27
618

719
### What's Changed

phpunit.xml.dist

+1-12
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,10 @@
2222
</testsuites>
2323
<logging>
2424
<junit outputFile="build/report.junit.xml"/>
25-
26-
27-
28-
2925
</logging>
3026
<source>
3127
<include>
3228
<directory suffix=".php">./src</directory>
3329
</include>
3430
</source>
35-
</
36-
37-
38-
39-
40-
41-
42-
>
31+
</phpunit>

0 commit comments

Comments
 (0)