diff --git a/.forgejo/workflows/main.yml b/.forgejo/workflows/main.yml index 2be9e28..f327046 100644 --- a/.forgejo/workflows/main.yml +++ b/.forgejo/workflows/main.yml @@ -14,10 +14,9 @@ jobs: uses: actions/checkout@v2 - name: Set up Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: '3.12.9' - cache: 'pip' - name: Install dependencies run: |