Skip to content

Commit

Permalink
chore(deps): update all dependencies j:cdx-227
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 30, 2024
1 parent 768819d commit 9880f59
Show file tree
Hide file tree
Showing 6 changed files with 111 additions and 306 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up JDK 11
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'adopt'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'temurin'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '18'

Expand All @@ -29,7 +29,7 @@ jobs:
RELEASER_CLIENT_SECRET: ${{ secrets.RELEASER_CLIENT_SECRET }}
RELEASER_INSTALLATION_ID: ${{ secrets.RELEASER_INSTALLATION_ID }}

- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
name: Set up Java
with:
java-version: '11'
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Build Java package
run: mvn clean package

- uses: google-github-actions/release-please-action@v3
- uses: google-github-actions/release-please-action@v4
name: Release Java package
with:
release-type: maven
Expand Down
Loading

0 comments on commit 9880f59

Please sign in to comment.