From 2a85c529534ee0f0943a319bb4cc9138b401a54f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 05:01:53 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5.0.1 (#4229) --- .github/workflows/notice-board.yml | 2 +- .github/workflows/renovate-app-version.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/notice-board.yml b/.github/workflows/notice-board.yml index 034309a12..b68b113bb 100644 --- a/.github/workflows/notice-board.yml +++ b/.github/workflows/notice-board.yml @@ -14,7 +14,7 @@ jobs: contents: write steps: - name: Checkout - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v5.0.1 with: fetch-depth: 0 ref: ${{ github.ref }} diff --git a/.github/workflows/renovate-app-version.yml b/.github/workflows/renovate-app-version.yml index 9868df0f4..e803f90ba 100644 --- a/.github/workflows/renovate-app-version.yml +++ b/.github/workflows/renovate-app-version.yml @@ -42,7 +42,7 @@ jobs: statuses: write steps: - name: Checkout - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v5.0.1 with: fetch-depth: 0 ref: ${{ github.head_ref }}