chore(deps): update actions/checkout action to v5
Some checks failed
CI / ci (pull_request) Failing after 3s
Enforce Conventional Commit PR Title / Validate PR Title (pull_request_target) Successful in 7s

This commit is contained in:
2025-08-11 13:14:51 +00:00
parent e5c3db6b56
commit 48ff255d31
3 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4.2.2
uses: actions/checkout@v5.0.0
with:
fetch-depth: 0

View File

@@ -61,7 +61,7 @@ jobs:
REPO: ${{ gitea.repository }}
- name: Check out repository
uses: actions/checkout@v4.2.2
uses: actions/checkout@v5.0.0
with:
fetch-depth: 0
ref: ${{ needs.tag.outputs.tag_name }}

View File

@@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4.2.2
uses: actions/checkout@v5.0.0
- name: Snyk
uses: snyk/actions/python@master