mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2026-09-23 04:20:34 +00:00
update actions/checkout action
This commit is contained in:
committed by
Jakub Chrzanowski
parent
3dbbc218d0
commit
dd98301953
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@v4
|
||||
uses: actions/checkout@v5
|
||||
|
||||
# Compare `gradle.properties` with `.github/template-cleanup/gradle.properties`
|
||||
- name: Verify gradle.properties
|
||||
|
||||
Reference in New Issue
Block a user