Update actions/checkout and actions/setup-java to 4.x

This commit is contained in:
Chris Eager
2024-02-28 17:27:23 -06:00
committed by Chris Eager
parent d9240e1e2e
commit 40eb82adbe
3 changed files with 7 additions and 7 deletions

View File

@@ -11,9 +11,9 @@ jobs:
container: ubuntu:22.04
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Set up JDK 21
uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3.11.0
uses: actions/setup-java@9704b39bf258b59bc04b50fa2dd55e9ed76b47a8 # v4.1.0
with:
distribution: 'temurin'
java-version: 21