Skip to content

Commit

Permalink
[32] Update nightly build action (Kometa-Team#2084)
Browse files Browse the repository at this point in the history
  • Loading branch information
meisnate12 authored and actions-user committed May 30, 2024
1 parent f8155a2 commit 169afa1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.1-build31
2.0.1-build32
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 169afa1

Please sign in to comment.