update actions/checkout action

This commit is contained in:
Danil Ovchinnikov
2025-11-07 23:56:04 +03:00
committed by Jakub Chrzanowski
parent 3dbbc218d0
commit dd98301953
5 changed files with 9 additions and 9 deletions

View File

@@ -27,7 +27,7 @@ jobs:
# Check out the current repository
- name: Fetch Sources
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
ref: ${{ github.event.release.tag_name }}