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