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: