ci(deps): bump actions/checkout from 4 to 5 (#602)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-08-12 00:55:04 +02:00
committed by GitHub
parent 40b0a8a252
commit 1e0c7216ad
4 changed files with 6 additions and 6 deletions

View File

@@ -105,7 +105,7 @@ jobs:
- name: Git Checkout
uses: actions/checkout@v4 # https://github.com/actions/checkout
uses: actions/checkout@v5 # https://github.com/actions/checkout
- name: "Install: Chromium Browser"
@@ -292,7 +292,7 @@ jobs:
steps:
- name: Git Checkout # required to avoid https://docs.codecov.com/docs/error-reference#unusable-reports
uses: actions/checkout@v4 # https://github.com/actions/checkout
uses: actions/checkout@v5 # https://github.com/actions/checkout
- name: Download coverage reports
@@ -380,7 +380,7 @@ jobs:
- name: Git Checkout
# only required by "gh release create" to prevent "fatal: Not a git repository"
uses: actions/checkout@v4 # https://github.com/actions/checkout
uses: actions/checkout@v5 # https://github.com/actions/checkout
- name: Delete untagged docker image