Skip to content

Commit

Permalink
Upgrade actions/checkout to v4 (#83)
Browse files Browse the repository at this point in the history
This resolves a warning about node version
  • Loading branch information
albertchae authored Sep 11, 2024
1 parent bf5da4f commit 19a5515
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
java: ["8", "11", "17", "21"]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: temurin
Expand All @@ -30,7 +30,7 @@ jobs:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: ktlint
uses: ScaCap/action-ktlint@master
with:
Expand All @@ -49,7 +49,7 @@ jobs:
matrix:
java: ["8", "11", "17", "21"]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: temurin
Expand Down

0 comments on commit 19a5515

Please sign in to comment.