mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 13:45:35 +03:00
Merge pull request #10094 from nextcloud/dependabot/github_actions/trilom/file-changes-action-1.2.4
Bump trilom/file-changes-action from 1.2.3 to 1.2.4
This commit is contained in:
commit
e4a20d1f48
1 changed files with 1 additions and 1 deletions
2
.github/workflows/detectNewJavaFiles.yml
vendored
2
.github/workflows/detectNewJavaFiles.yml
vendored
|
@ -9,7 +9,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: trilom/file-changes-action@v1.2.3
|
- uses: trilom/file-changes-action@v1.2.4
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Detect new java files
|
- name: Detect new java files
|
||||||
run: scripts/analysis/detectNewJavaFiles.sh
|
run: scripts/analysis/detectNewJavaFiles.sh
|
||||||
|
|
Loading…
Reference in a new issue