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

This commit is contained in:
renovate[bot]
2025-08-16 20:50:46 +00:00
committed by GitHub
parent ac8bf8cb06
commit 7a8ff04cc7
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@v4"
- uses: "actions/checkout@v5"
with:
ref: "${{ inputs.ref }}"
- uses: "actions/setup-node@v4"
@@ -32,7 +32,7 @@ jobs:
name: "Build backend"
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v4"
- uses: "actions/checkout@v5"
with:
ref: "${{ inputs.ref }}"
- run: "pipx install poetry"
@@ -48,7 +48,7 @@ jobs:
name: "Build logo"
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v4"
- uses: "actions/checkout@v5"
with:
ref: "${{ inputs.ref }}"
- run: "pipx install poetry"
@@ -69,7 +69,7 @@ jobs:
name: "Build example"
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v4"
- uses: "actions/checkout@v5"
with:
ref: "${{ inputs.ref }}"
- run: "pipx install poetry"