Skip to content

Commit e7eeae6

Browse files
committed
Update CI and release
1 parent 05aa6c0 commit e7eeae6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pythonapp.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ jobs:
99
python: [ '3.7', '3.8', '3.9', '3.10', '3.11', '3.12' ]
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313
- name: Set up Python ${{ matrix.python }}
14-
uses: actions/setup-python@v4
14+
uses: actions/setup-python@v5
1515
with:
1616
python-version: ${{ matrix.python }}
1717
- name: Setup Java 11
18-
uses: actions/setup-java@v3
18+
uses: actions/setup-java@v4
1919
with:
2020
distribution: 'adopt'
2121
java-version: 11

0 commit comments

Comments
 (0)