build(deps): bump the github group with 2 updates (#1878)

This commit is contained in:
dependabot[bot] 2024-12-14 14:59:10 +00:00 committed by GitHub
parent 96f61a90e5
commit 108db34daa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,20 +19,20 @@ jobs:
steps: steps:
- name: Check out autobrr.com repo - name: Check out autobrr.com repo
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
repository: ${{ env.DOCS_REPO }} repository: ${{ env.DOCS_REPO }}
path: ${{ env.DOCS_PATH }} path: ${{ env.DOCS_PATH }}
token: ${{ secrets.DOCS_TOKEN }} token: ${{ secrets.DOCS_TOKEN }}
- name: Check out autobrr repo - name: Check out autobrr repo
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
repository: ${{ env.SOURCE_REPO }} repository: ${{ env.SOURCE_REPO }}
path: ${{ env.SOURCE_PATH }} path: ${{ env.SOURCE_PATH }}
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v4 uses: actions/setup-python@v5
with: with:
python-version: '3.x' python-version: '3.x'