Skip to content

Commit

Permalink
Merge pull request #236 from RockefellerArchiveCenter/development
Browse files Browse the repository at this point in the history
Fix Dependency Workflow
  • Loading branch information
HaSistrunk authored Mar 20, 2024
2 parents 60030f9 + a3d10e2 commit 8966052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: pip-compile --upgrade

- name: Create Pull Request
uses: peter-evans/create-pull-request@v0.6.2
uses: peter-evans/create-pull-request@v6.0.2
with:
token: ${{ secrets.GITHUB_TOKEN }}
base: development
Expand Down

0 comments on commit 8966052

Please sign in to comment.