Skip to content

Commit

Permalink
Update GitHub Actions to use checkout v4 and setup-java v4 versions a…
Browse files Browse the repository at this point in the history
…nd temurin distribution
  • Loading branch information
mbakgun committed Nov 15, 2024
1 parent 43c8ab3 commit ee67f97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
pull-requests: write
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up JDK 11
uses: actions/setup-java@v2
uses: actions/setup-java@v4
with:
distribution: 'adopt'
distribution: 'temurin'
java-version: '11'

- name: Build Web Application
Expand Down

0 comments on commit ee67f97

Please sign in to comment.