Skip to content

Commit 9add8ae

Browse files
cartlandsethmoo
authored andcommitted
Update actions/checkout and actions/setup-java
This commit updates the versions of the GitHub actions `actions/checkout` and `actions/setup-java` in the `unit-test.yml` workflow file. - Updated `actions/checkout` from `@2541b1294d2704b0964813337f33b291d3f8596b` to `@v4`. - Updated `actions/setup-java` from `@860f60056505705214d223b91ed7a30f173f6142` to `@v4`.
1 parent c90cfdc commit 9add8ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
# try to nail them down, but it would turn into a game of whack-a-mole.
2121
egress-policy: audit
2222
disable-telemetry: true
23-
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3
23+
- uses: actions/checkout@v4 # v3
2424
- name: set up JDK 11
25-
uses: actions/setup-java@860f60056505705214d223b91ed7a30f173f6142 # v3
25+
uses: actions/setup-java@v4 # v3
2626
with:
2727
java-version: '11'
2828
distribution: 'temurin'

0 commit comments

Comments
 (0)