Skip to content

Commit

Permalink
upgrade Actions to Node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
realulim committed May 22, 2024
1 parent 43e3ea3 commit 7fb9a2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
Expand Down
2 changes: 1 addition & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ignore:
- "src/main/java/com/aventstack/extentreports/reporter/ExtentKlovReporter.java"
- "src/main/java/com/aventstack/extentreports/mediastorage/impl*"


0 comments on commit 7fb9a2a

Please sign in to comment.