From a2b642c37b34f0be65a3172df48c20b1bea719c5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 12 Aug 2025 00:07:07 +0000 Subject: [PATCH] Update actions/checkout action to v5 --- .gitea/workflows/develop.yml | 2 +- .gitea/workflows/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/develop.yml b/.gitea/workflows/develop.yml index 8d071ea..e2a1c86 100644 --- a/.gitea/workflows/develop.yml +++ b/.gitea/workflows/develop.yml @@ -10,7 +10,7 @@ jobs: contents: write id-token: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: actions/setup-node@v4 with: node-version: 22 diff --git a/.gitea/workflows/main.yml b/.gitea/workflows/main.yml index 49bd88e..7e0963d 100644 --- a/.gitea/workflows/main.yml +++ b/.gitea/workflows/main.yml @@ -10,7 +10,7 @@ jobs: contents: write id-token: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: actions/setup-node@v4 with: node-version: 22 -- 2.47.3