From 626c1a95391efcfc0396e87f96bde5ee5224d0d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 10:26:05 +0000 Subject: [PATCH] Build(deps): Bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-pr.yaml | 2 +- .github/workflows/ci.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-pr.yaml b/.github/workflows/ci-pr.yaml index 09f99f7..4ad3582 100644 --- a/.github/workflows/ci-pr.yaml +++ b/.github/workflows/ci-pr.yaml @@ -30,7 +30,7 @@ jobs: uses: frequenz-floss/gh-action-setup-git@v1.0.0 - name: Fetch sources - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: submodules: true diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ccb6363..4fc2f7b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -79,7 +79,7 @@ jobs: uses: frequenz-floss/gh-action-setup-git@v1.0.0 - name: Fetch sources - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: submodules: true @@ -177,7 +177,7 @@ jobs: uses: frequenz-floss/gh-action-setup-git@v1.0.0 - name: Fetch sources - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: submodules: true @@ -213,7 +213,7 @@ jobs: uses: frequenz-floss/gh-action-setup-git@v1.0.0 - name: Fetch sources - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: submodules: true