Skip to content

Commit

Permalink
Updated CI versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
eriq-augustine committed Feb 5, 2024
1 parent 1cf4ab8 commit 221ad2b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up JDK 8
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: 8
distribution: adopt

- name: Set up Python 3.7
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.7'

Expand Down

0 comments on commit 221ad2b

Please sign in to comment.