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 Dec 8, 2023
1 parent e72d07a commit 762ed2c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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@v2
- uses: actions/checkout@v4
- uses: gradle/wrapper-validation-action@v1
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
name: 'Test, Java ${{ matrix.java-version }}'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 50
submodules: true
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
name: 'Calcite Avatica ${{ matrix.gradle-version }}'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 50
submodules: true
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
name: 'Calcite ${{ matrix.gradle-version }}'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 50
submodules: true
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
name: 'JMeter ${{ matrix.gradle-version }}'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 50
submodules: true
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
name: 'Autostyle ${{ matrix.gradle-version }}'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 50
submodules: true
Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:
name: 'pgjdbc ${{ matrix.gradle-version }}'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 50
submodules: true
Expand Down

0 comments on commit 762ed2c

Please sign in to comment.