From a2edc90961fab5cc58da8ab6f0e00a5f3888c349 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Fri, 19 Jun 2026 00:04:29 +0000 Subject: chore(deps): update actions/checkout action to v7 --- .gitea/workflows/renovate.yml | 2 +- .gitea/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to '.gitea') diff --git a/.gitea/workflows/renovate.yml b/.gitea/workflows/renovate.yml index ccabfe4..908efd3 100644 --- a/.gitea/workflows/renovate.yml +++ b/.gitea/workflows/renovate.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Run renovate run: | diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index e97ccb7..ccde961 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -7,7 +7,7 @@ jobs: name: npm test runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-node@v6 with: node-version: 24 -- cgit v1.2.3