mirror of
https://github.com/idanoo/autobrr
synced 2025-07-22 16:29:12 +00:00
build(deps): bump the github group with 2 updates (#1878)
This commit is contained in:
parent
96f61a90e5
commit
108db34daa
1 changed files with 3 additions and 3 deletions
6
.github/workflows/update-indexers.yml
vendored
6
.github/workflows/update-indexers.yml
vendored
|
@ -19,20 +19,20 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Check out autobrr.com repo
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: ${{ env.DOCS_REPO }}
|
||||
path: ${{ env.DOCS_PATH }}
|
||||
token: ${{ secrets.DOCS_TOKEN }}
|
||||
|
||||
- name: Check out autobrr repo
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: ${{ env.SOURCE_REPO }}
|
||||
path: ${{ env.SOURCE_PATH }}
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.x'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue