Skip to content

Commit

Permalink
Bump tj-actions/branch-names for GitHub workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdsellers committed Dec 6, 2023
1 parent 00bf424 commit 0ce5710
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- name: Get branch name
id: branch-name
uses: tj-actions/branch-names@v6
uses: tj-actions/branch-names@v7.0.7

- name: Build nautilus_trader image (develop)
if: ${{ steps.branch-name.outputs.current_branch == 'develop' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

- name: Get branch name
id: branch-name
uses: tj-actions/branch-names@v6
uses: tj-actions/branch-names@v7.0.7

- name: Build Python docs
run: make docs-python
Expand Down

0 comments on commit 0ce5710

Please sign in to comment.