Skip to content

Commit

Permalink
chore(deps): update actions/setup-java action to v3.13.0 (#525)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 21, 2023
1 parent dd1e25a commit 879c8b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gatling-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis

- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v3.12.0
uses: actions/setup-java@v3.13.0
with:
java-version: ${{ matrix.java }}
distribution: "zulu"
Expand Down

0 comments on commit 879c8b7

Please sign in to comment.