chore(deps): update actions/checkout action to v4.3.0 #368

Merged
luke merged 1 commits from renovate/actions-checkout-4.x into main 2025-08-12 22:00:38 +02:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit a798fffd52 - Show all commits

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@v4.3.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@v4.3.0
with:
fetch-depth: 0
ref: ${{ needs.tag.outputs.tag_name }}

View File

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