Bump actions/checkout from 4 to 5 in the actions group (#249)

This commit is contained in:
dependabot[bot]
2025-09-01 09:35:52 +02:00
committed by GitHub
parent 6426d5a448
commit f7714b06bd
2 changed files with 4 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ jobs:
changed: ${{ steps.check_files.outputs.any_changed }}
steps:
- name: Checkout Code
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
fetch-depth: 0
@@ -54,7 +54,7 @@ jobs:
private_key: ${{ secrets.APP_PRIVATE_KEY }}
- name: Checkout Code
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
token: ${{ steps.generate_token.outputs.token }}
fetch-depth: 0

View File

@@ -13,7 +13,7 @@ jobs:
changed: ${{ steps.check_files.outputs.any_changed }}
steps:
- name: Checkout Repository
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
fetch-depth: 0
@@ -51,7 +51,7 @@ jobs:
private_key: ${{ secrets.APP_PRIVATE_KEY }}
- name: Checkout Repository
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
token: ${{ steps.generate_token.outputs.token }}
fetch-depth: 0