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

Explicitly specify the save version of action cache

GitHub shows a security notification about this dependency. It's also said that setting a v2 version is enough, however the notification still persists, so let's specify the full version
This commit is contained in:
Alex Plate 2024-01-05 20:08:37 +02:00
parent 5cca484a82
commit 984179695c
No known key found for this signature in database
GPG Key ID: 0B97153C8FFEC09F

View File

@ -21,7 +21,7 @@ jobs:
# errors especially on GitHub-hosted macos machines.
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v2.4.2
- name: Build Plugin
run: gradle :buildPlugin
- name: Run Idea