chore(deps): update actions/checkout action to v5

This commit is contained in:
2025-08-29 18:39:36 +00:00
parent cdc2daf1d1
commit d7b6e6ba46
18 changed files with 19 additions and 19 deletions

View File

@@ -24,7 +24,7 @@ jobs:
success: ${{ steps.set_flag.outputs.success }}
steps:
- name: Check out the repo
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
ref: ${{ inputs.release }}