Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dhilpipre authored May 15, 2024
1 parent 1918e1d commit 8151328
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 8
- name: Set up JDK 9
uses: actions/setup-java@v1
with:
java-version: 8
java-version: 9
- name: Setup libraries
run: |
./newrelic-dependencies.sh
Expand Down

0 comments on commit 8151328

Please sign in to comment.