Skip to content

Commit

Permalink
chore(ci): Use latest actions
Browse files Browse the repository at this point in the history
  • Loading branch information
olivergondza committed Apr 12, 2024
1 parent 0ee0bae commit 4f1e0b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
java-version: [ 11, 15, 17, 21 ]

steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java-version }}
- run: mvn -B verify --no-transfer-progress
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Each tag visitor have access to / can modify the following:
| Change Attributes |||
| Delete Tag (`unwrap()`) |||
| Delete Tag Recursively (`skip()`) |||
| Delete Child Tags (`empty()`) |||
| Delete Child Tags (`empty()`) |||

More complex changes can be implemented by subscribing visitors to multiple tags, and retaining information between their visits.

Expand Down

0 comments on commit 4f1e0b8

Please sign in to comment.