From fdf908f8ce6a9772ce944eaff983515140fd1b56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 23:13:34 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 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/v4...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.yml | 4 ++-- .github/workflows/pr-coauthor.yml | 2 +- .github/workflows/welcome-bot.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 99ae1330..7b6428aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: timeout-minutes: 15 steps: - name: Check out Git repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Install Tools & Dependencies uses: ./.github/actions/install @@ -39,7 +39,7 @@ jobs: timeout-minutes: 30 steps: - name: Check out Git repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Install Tools & Dependencies uses: ./.github/actions/install diff --git a/.github/workflows/pr-coauthor.yml b/.github/workflows/pr-coauthor.yml index efa3f4a3..16f4abca 100644 --- a/.github/workflows/pr-coauthor.yml +++ b/.github/workflows/pr-coauthor.yml @@ -14,5 +14,5 @@ jobs: if: ${{ github.event.issue.pull_request }} runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: kevinzunigacuellar/coauthor-action@v0.1.3 diff --git a/.github/workflows/welcome-bot.yml b/.github/workflows/welcome-bot.yml index 5748b79e..39832079 100644 --- a/.github/workflows/welcome-bot.yml +++ b/.github/workflows/welcome-bot.yml @@ -13,7 +13,7 @@ jobs: name: Welcome First Time Contributors runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: zephyrproject-rtos/action-first-interaction@1d8459ca65b335265f1285568221e229d45a995e with: repo-token: ${{ secrets.GITHUB_TOKEN }}