Skip to content

Commit

Permalink
Use most specific version
Browse files Browse the repository at this point in the history
Dependabot bumped setup-java's version from v2.5.0 to v3, which is too
general.  Switch it to v3.0.0, the most specific version, in order to
continue getting future dependabot PRs for new setup-java versions.
  • Loading branch information
tuxji committed Feb 25, 2022
1 parent 9c361f2 commit b9917c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: ts-graphviz/setup-graphviz@v1

- name: Set up Java
uses: actions/setup-java@v3
uses: actions/setup-java@v3.0.0
with:
distribution: ${{ matrix.distribution }}
java-version: ${{ matrix.java-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:

- name: Set up Java
if: runner.os == 'Linux'
uses: actions/setup-java@v3
uses: actions/setup-java@v3.0.0
with:
distribution: ${{ matrix.distribution }}
java-version: ${{ matrix.java-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
uses: ts-graphviz/setup-graphviz@v1

- name: Set up Java
uses: actions/setup-java@v3
uses: actions/setup-java@v3.0.0
with:
distribution: ${{ matrix.distribution }}
java-version: ${{ matrix.java-version }}
Expand Down

0 comments on commit b9917c4

Please sign in to comment.