Skip to content

Commit

Permalink
Merge branch 'renovate/actions-setup-java-4.x' into 'main'
Browse files Browse the repository at this point in the history
Update actions/setup-java action to v4

See merge request rpki/rpki-ta-0!138
  • Loading branch information
ties committed Apr 15, 2024
2 parents b48c831 + e31a43a commit 41c9c9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v3

- name: Setup java
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: ${{ matrix.java }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: Setup java
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: ${{ matrix.java }}
Expand Down

0 comments on commit 41c9c9e

Please sign in to comment.