Skip to content

Commit

Permalink
Merge pull request #4186 from bstaletic/ci-warn
Browse files Browse the repository at this point in the history
Update setup-java action
  • Loading branch information
mergify[bot] committed Sep 14, 2023
2 parents 127646b + d40e1ef commit 91ee858
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -50,6 +50,7 @@ jobs:
uses: codecov/codecov-action@v3
with:
name: "${{ runner.os }}-${{ matrix.python-version }}-${{ matrix.python-arch }}"
token: ${{ secrets.CODECOV_TOKEN }}

vim-tests:
strategy:
Expand All @@ -71,7 +72,7 @@ jobs:
- name: Install dependencies
run: sudo -H pip3 install -r python/test_requirements.txt
- name: Install Java
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
java-version: 17
distribution: 'temurin'
Expand All @@ -90,3 +91,4 @@ jobs:
uses: codecov/codecov-action@v3
with:
name: "vim-tests-${{ matrix.vim }}"
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 91ee858

Please sign in to comment.