[32] Update nightly build action (#2084)

This commit is contained in:
meisnate12 2024-05-30 01:08:25 -04:00 committed by GitHub Action
parent f8155a217d
commit 169afa1196
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

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

View file

@ -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