Skip to content

Commit

Permalink
Merge pull request #8 from casework/bump_workflow_actions
Browse files Browse the repository at this point in the history
Bump workflow action versions
  • Loading branch information
kchason authored Jun 13, 2024
2 parents d3e28a1 + e9e990e commit 9311756
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:
python-version: [3.7, "3.10"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v3
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: ${{ matrix.java-version }}
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Pre-commit Checks
Expand Down

0 comments on commit 9311756

Please sign in to comment.