Skip to content

Commit

Permalink
Update update-dependencies-action GH org
Browse files Browse the repository at this point in the history
  • Loading branch information
madwort committed Jan 16, 2025
1 parent 1a0d4b8 commit a2f87b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
app-id: 1031449 # opensafely-core Create PR app
private-key: ${{ secrets.CREATE_PR_APP_PRIVATE_KEY }}

- uses: opensafely-core/update-dependencies-action@v1
- uses: bennettoxford/update-dependencies-action@v1
with:
token: ${{ steps.generate-token.outputs.token }}
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ upgrade env package="": virtualenv

# Upgrade all dev and prod dependencies.
# This is the default input command to update-dependencies action
# https://github.com/opensafely-core/update-dependencies-action
# https://github.com/bennettoxford/update-dependencies-action
update-dependencies:
just upgrade prod
just upgrade dev
Expand Down

0 comments on commit a2f87b6

Please sign in to comment.