From 4f3b32c4578ceabb0f0801fcd56e822a5788c435 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 08:10:48 +0000 Subject: [PATCH] chore(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.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..a6022ad4 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@v5 - 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@v5 - name: Install Tools & Dependencies uses: ./.github/actions/install diff --git a/.github/workflows/pr-coauthor.yml b/.github/workflows/pr-coauthor.yml index efa3f4a3..f80d4f11 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@v5 - uses: kevinzunigacuellar/coauthor-action@v0.1.3 diff --git a/.github/workflows/welcome-bot.yml b/.github/workflows/welcome-bot.yml index 5748b79e..f7358b71 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@v5 - uses: zephyrproject-rtos/action-first-interaction@1d8459ca65b335265f1285568221e229d45a995e with: repo-token: ${{ secrets.GITHUB_TOKEN }}