1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-05-06 03:34:03 +02:00

The workflow file was broken

This commit is contained in:
Alex Plate 2025-03-07 19:03:29 +02:00
parent 7826de6601
commit cccf2d9d2f
No known key found for this signature in database
GPG Key ID: 0B97153C8FFEC09F

View File

@ -38,8 +38,9 @@ jobs:
# Learn more:
# https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#changing-the-languages-that-are-analyzed
steps:
- uses: actions/setup-java@v4
steps:
- name: Setup Java
uses: actions/setup-java@v4
with:
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '21'