Compare commits

..

No commits in common. "renovate/actions-setup-python-6.x" and "main" have entirely different histories.

View file

@ -17,7 +17,7 @@ jobs:
run: | run: |
echo "${{ secrets.ACT_RUNNER_KEY }}" > /tmp/act_runner_key echo "${{ secrets.ACT_RUNNER_KEY }}" > /tmp/act_runner_key
chmod 600 /tmp/act_runner_key chmod 600 /tmp/act_runner_key
- uses: actions/setup-python@v6 - uses: actions/setup-python@v5
with: with:
python-version: '3.13' python-version: '3.13'
- run: pip install invoke pelican[markdown] - run: pip install invoke pelican[markdown]