diff --git a/.gitea/workflows/containers.yml b/.gitea/workflows/containers.yml index 20168f5..17816c9 100644 --- a/.gitea/workflows/containers.yml +++ b/.gitea/workflows/containers.yml @@ -40,7 +40,7 @@ jobs: json: ${{ steps.import.outputs.json }} steps: - name: Setup python - uses: actions/setup-python + uses: actions/setup-python@v4 with: python-version: 3.11 cache: pip