diff --git a/.gitea/workflows/publish.yml b/.gitea/workflows/publish.yml index eec18f2..b05f10a 100644 --- a/.gitea/workflows/publish.yml +++ b/.gitea/workflows/publish.yml @@ -11,7 +11,7 @@ jobs: container: fascinated/docker-images:node-pnpm-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Login to Repo uses: docker/login-action@v2