Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v3 (#8)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Mar 29, 2022
1 parent 2cc7472 commit 56c1db0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
java-version: ['11', '17']
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Java ${{ matrix.java-version }}
uses: actions/setup-java@v2
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-sonatype.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-java@v2
with:
java-version: '11'
Expand All @@ -24,7 +24,7 @@ jobs:
needs: [test]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-java@v2
with:
java-version: '11'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle-validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ jobs:
name: Gradle wrapper validation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: gradle/wrapper-validation-action@v1

0 comments on commit 56c1db0

Please sign in to comment.