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

This commit is contained in:
renovate[bot]
2025-11-22 08:27:16 +00:00
committed by GitHub
parent 24cf291cdd
commit 5f7d715e8f
3 changed files with 6 additions and 6 deletions

View File

@@ -14,7 +14,7 @@ jobs:
name: "Build frontend"
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v5"
- uses: "actions/checkout@v6"
with:
ref: "${{ inputs.ref }}"
- uses: "actions/setup-node@v6"
@@ -32,7 +32,7 @@ jobs:
name: "Build backend"
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v5"
- uses: "actions/checkout@v6"
with:
ref: "${{ inputs.ref }}"
- run: "pipx install poetry"
@@ -48,7 +48,7 @@ jobs:
name: "Build logo"
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v5"
- uses: "actions/checkout@v6"
with:
ref: "${{ inputs.ref }}"
- run: "pipx install poetry"
@@ -69,7 +69,7 @@ jobs:
name: "Build example"
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v5"
- uses: "actions/checkout@v6"
with:
ref: "${{ inputs.ref }}"
- run: "pipx install poetry"