1
0
mirror of https://github.com/Prowlarr/Indexers.git synced 2026-04-29 04:43:27 +01:00

chore: ci - bump actions

This commit is contained in:
Servarr
2025-08-13 12:18:45 -05:00
committed by bakerboy448
parent 159b98e101
commit a172e8ea7b
3 changed files with 6 additions and 6 deletions

View File

@@ -23,13 +23,13 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 0
- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.11'
cache: 'pip'