File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 55 schedule :
66 interval : " weekly"
77 assignees :
8- - " GalvinPython"
8+ - " GalvinPython"
9+ target-branch : " dev"
Original file line number Diff line number Diff line change 2323 uses : actions/checkout@v2
2424
2525 - name : Setup Bun
26- uses : oven-sh/setup-bun@v1
26+ uses : oven-sh/setup-bun@v2
2727
2828 - name : Install dependencies
2929 run : bun install
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Set up Bun
17- uses : oven-sh/setup-bun@v1
17+ uses : oven-sh/setup-bun@v2
1818
1919 - name : Check out repository
2020 uses : actions/checkout@v4
4141 git config --global user.email 'github-actions[bot]@users.noreply.github.com'
4242 git commit -m "Update bun.lockb (via GitHub Actions)"
4343 git pull --rebase origin main
44- git push
44+ git push
You can’t perform that action at this time.
0 commit comments