Skip to content

Commit

Permalink
Merge pull request #639 from ucoProject/bump_github_actions
Browse files Browse the repository at this point in the history
Bump GitHub Action versions
  • Loading branch information
b0bkaT authored Oct 29, 2024
2 parents 6a74c77 + 7d02783 commit 13d372c
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 @@ -26,13 +26,13 @@ jobs:
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: '11'
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Start from clean state
Expand Down

0 comments on commit 13d372c

Please sign in to comment.