From 9e6635f396ddde820f36112ac439d8e8c727cbb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 05:26:06 +0000 Subject: [PATCH] Bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [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/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-pr.yaml | 6 +++--- .github/workflows/ci.yaml | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci-pr.yaml b/.github/workflows/ci-pr.yaml index a7795f6..6e86dd3 100644 --- a/.github/workflows/ci-pr.yaml +++ b/.github/workflows/ci-pr.yaml @@ -20,7 +20,7 @@ jobs: uses: frequenz-floss/gh-action-setup-git@v1.0.0 - name: Fetch sources - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: submodules: true @@ -42,7 +42,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Fetch sources - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: submodules: true - name: Source protoc @@ -82,7 +82,7 @@ jobs: uses: frequenz-floss/gh-action-setup-git@v1.0.0 - name: Fetch sources - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: submodules: true diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 40c459e..0523181 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -32,7 +32,7 @@ jobs: uses: frequenz-floss/gh-action-setup-git@v1.0.0 - name: Fetch sources - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: submodules: true @@ -54,7 +54,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Fetch sources - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: submodules: true - name: Source protoc @@ -131,7 +131,7 @@ jobs: uses: frequenz-floss/gh-action-setup-git@v1.0.0 - name: Fetch sources - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: submodules: true @@ -229,7 +229,7 @@ jobs: uses: frequenz-floss/gh-action-setup-git@v1.0.0 - name: Fetch sources - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: submodules: true @@ -265,7 +265,7 @@ jobs: uses: frequenz-floss/gh-action-setup-git@v1.0.0 - name: Fetch sources - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: submodules: true