Skip to content

Commit

Permalink
Merge branch 'master' into railsim-next
Browse files Browse the repository at this point in the history
  • Loading branch information
rakow authored Jan 26, 2024
2 parents 0e1cfd1 + 0eb2eb7 commit e5f3bff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/verify-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Detect changes against master
# we only want to build matsim (module) if changes are not limited to contribs
id: detect-changes
uses: dorny/paths-filter@v2
uses: dorny/paths-filter@v3
if: ${{matrix.module == 'matsim'}}
with:
filters: |
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
<dependency>
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
<version>6.5.1</version>
<version>6.6.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit e5f3bff

Please sign in to comment.