From 5396b570ec7bad51cfbb49676101b6076bc5cf2b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 12 Aug 2025 02:01:07 +0000 Subject: [PATCH] Update actions/checkout action to v5 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 33a3995..e0f0dca 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: contents: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: set up secrets run: |