diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 250abe3..81d652e 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest container: catthehacker/ubuntu:act-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Login to Docker registry uses: docker/login-action@v3