diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f2305ac..a81f697 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -33,7 +33,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 # RSS plugin needs all history - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: '3.11' cache: pip