Skip to content

Commit 28c8bb6

Browse files
Merge pull request FOSS-Community#64 from Mr-Sunglasses/main
fix: deps
2 parents 2e037d8 + ab7dc81 commit 28c8bb6

File tree

3 files changed

+95
-9
lines changed

3 files changed

+95
-9
lines changed

.github/workflows/updates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Update dependencies
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: "0 0 * * *"
6+
- cron: "0 0 1 * *"
77

88
jobs:
99
update-dependencies:

.pdm-python

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
/Users/kanishkpachauri/Desktop/oss/paste.py/.venv/bin/python
1+
/home/runner/work/paste.py/paste.py/.venv/bin/python

pdm.lock

Lines changed: 93 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)