diff --git a/.github/workflows/prepend-license.yml b/.github/workflows/prepend-license.yml index 3f79af2e59a..48217fe5ad0 100644 --- a/.github/workflows/prepend-license.yml +++ b/.github/workflows/prepend-license.yml @@ -16,7 +16,7 @@ jobs: with: ref: ${{ github.event.pull_request.head.ref }} token: ${{ secrets.GH_PR_TOKEN }} - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v6 with: python-version: '3.14' - name: Download reuse tool