Skip to content

Commit 4a5bfc6

Browse files
authored
Merge pull request #23 from statisticsnorway/use-forked-action
Use mmwinther fork of dependencies-autoupdate
2 parents 42d7c60 + 3d8d903 commit 4a5bfc6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/update-dependencies.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ jobs:
2525
- name: Install poetry up plugin
2626
run: poetry self add poetry-plugin-up
2727
- name: Run auto dependency update
28-
uses: NobodyXu/dependencies-autoupdate@v1.7
28+
uses: mmwinther/dependencies-autoupdate@main
2929
with:
3030
token: ${{ secrets.GITHUB_TOKEN }}
3131
update-command: "poetry up --latest --no-interaction"
32+
default-branch-name: "master"

0 commit comments

Comments
 (0)