Skip to content

Commit

Permalink
Update actions/checkout and actions/setup-java to 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
eager-signal committed Feb 28, 2024
1 parent 10c7f44 commit f9a7033
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -12,9 +12,9 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Set up JDK 11
uses: actions/setup-java@v2
uses: actions/setup-java@9704b39bf258b59bc04b50fa2dd55e9ed76b47a8 # v4.1.0
with:
java-version: 11
distribution: 'temurin'
Expand Down

0 comments on commit f9a7033

Please sign in to comment.