diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 51ba923..24457c1 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@v6 + uses: actions/checkout@v7 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 b659aad..4b54b12 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@v6 + uses: actions/checkout@v7 - name: Login to Registry uses: docker/login-action@v4 with: