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:
4
.github/workflows/indexer-sync.yml
vendored
4
.github/workflows/indexer-sync.yml
vendored
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user