Skip to content

Commit

Permalink
ci: Change NMS action name
Browse files Browse the repository at this point in the history
  • Loading branch information
PeyaPeyaPeyang committed Aug 29, 2023
1 parent b45e0e8 commit d1e2f87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
java-version: 8
distribution: zulu
cache: maven
- uses: derongan/nmsaction@v1
- uses: PeyaPeyaPeyang/nmsaction@v2
if: "steps.sj.outputs.cache-hit != 'true'"
with:
rev: 1.16.5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
java-version: 8
distribution: zulu
cache: maven
- uses: derongan/nmsaction@v1
- uses: PeyaPeyaPeyang/nmsaction@v2
if: "steps.sj.outputs.cache-hit != 'true'"
with:
rev: 1.16.5
Expand Down

0 comments on commit d1e2f87

Please sign in to comment.