Skip to content

Commit

Permalink
ci: Update to supported versions of github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
maffoo committed Sep 2, 2024
1 parent cd0fea0 commit 0adfb75
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 @@ -16,12 +16,12 @@ jobs:
env:
SCALABRAD_VERSION: '0.8.3'
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
architecture: 'x64'
- uses: actions/setup-java@v2
- uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: '8'
Expand Down

0 comments on commit 0adfb75

Please sign in to comment.