Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and vlsi committed Nov 24, 2023
1 parent 5e6b7d4 commit 045d052
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-wrapper-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ jobs:
name: "Validation"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: gradle/wrapper-validation-action@v1
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
# Number of jobs to generate in matrix.js
MATRIX_JOBS: 4
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- id: set-matrix
run: |
node .github/workflows/matrix.js
Expand All @@ -43,7 +43,7 @@ jobs:
fail-fast: false
# max-parallel: 4
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 50
- name: Set up Java ${{ matrix.java_version }}, oracle
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
name: 'Error Prone (JDK 11)'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: 'Set up JDK 11'
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 045d052

Please sign in to comment.