[32] Update nightly build action (#2084)

pull/2085/head
meisnate12 6 months ago committed by GitHub Action
parent f8155a217d
commit 169afa1196

@ -64,7 +64,7 @@ jobs:
- name: Get changes
id: get-changes
run: echo "files=$(git diff --name-only ${{ github.event.before }} ${{ github.event.after }} | xargs)" >> $GITHUB_OUTPUT
run: echo "files=$(git diff --name-only HEAD^ | xargs)" >> $GITHUB_OUTPUT
- name: List changed files
id: list-changes

@ -1 +1 @@
2.0.1-build31
2.0.1-build32

@ -8,7 +8,7 @@ PlexAPI==4.15.13
psutil==5.9.8
python-dotenv==1.0.1
python-dateutil==2.9.0.post0
requests==2.32.2
requests==2.32.3
retrying==1.3.4
ruamel.yaml==0.18.6
schedule==1.2.2

Loading…
Cancel
Save