Skip to content

Commit

Permalink
Update GitHub Actions core functions to node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
brunchboy committed Mar 3, 2024
1 parent 8f3a093 commit feee98d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/jar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: Check out main branch
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install SSH Key
env:
Expand All @@ -28,7 +28,7 @@ jobs:
known_hosts: 'deepsymmetry.org ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOMKq8T1IXQHNYLgO715YbxTXoVxEsJcha9h1lxyOXpa'

- name: Prepare Java
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'corretto'
Expand All @@ -50,7 +50,7 @@ jobs:
fi
- name: Cache Maven dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.m2/repository
key: ${{ runner.os }}-mvn-${{ hashFiles('**/pom.xml') }}
Expand Down

0 comments on commit feee98d

Please sign in to comment.