From 01f693e146508c11fa131a31c3d29fbeb864698c Mon Sep 17 00:00:00 2001 From: Renovate Date: Sat, 4 Apr 2026 15:16:49 +0000 Subject: [PATCH] Update actions/checkout action to v6 --- .gitea/workflows/build.yml | 2 +- .github/workflows/build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index a5a2889..ea40d81 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repository code - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: github-server-url: 'https://git.secretmine.de/' - name: Login to Registry diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c0ecc48..2a1ec41 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: contents: read steps: - name: Check out repository code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Login to Registry uses: docker/login-action@v3 with: