mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2026-09-22 20:05:38 +00:00
update actions/checkout action
This commit is contained in:
committed by
Jakub Chrzanowski
parent
546b0e2c47
commit
29494c85dd
2
.github/workflows/template-verify.yml
vendored
2
.github/workflows/template-verify.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
||||
|
||||
# Check out the current repository
|
||||
- name: Fetch Sources
|
||||
uses: actions/checkout@v5
|
||||
uses: actions/checkout@v6
|
||||
|
||||
# Compare `gradle.properties` with `.github/template-cleanup/gradle.properties`
|
||||
- name: Verify gradle.properties
|
||||
|
||||
Reference in New Issue
Block a user