diff --git a/.github/workflows/ci-from-template.yaml b/.github/workflows/ci-from-template.yaml index 58d41c8..e868505 100644 --- a/.github/workflows/ci-from-template.yaml +++ b/.github/workflows/ci-from-template.yaml @@ -17,7 +17,7 @@ jobs: ref: ${{ github.head_ref || github.ref }} token: ${{ secrets.GITHUB_TOKEN }} - name: Set up Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: '3.x' - name: Install copier