From fa998f6ce7d5739fabaad8f3bd32d4e12541cc97 Mon Sep 17 00:00:00 2001 From: "Renovate [BOT]" Date: Mon, 11 Aug 2025 13:07:35 +0000 Subject: [PATCH] Update actions/checkout action to v5 --- .gitea/workflows/ci.yml | 2 +- .gitea/workflows/deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index c987aee..852c4da 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repository - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v5.0.0 - name: Setup OpenTofu uses: opentofu/setup-opentofu@v1 diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index abd6b1f..ceb35ab 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repository - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v5.0.0 - name: Setup OpenTofu uses: opentofu/setup-opentofu@v1