Skip to content

Commit 282e7df

Browse files
Bump tj-actions/branch-names from 5 to 8 in /.github/workflows (#126)
* Bump tj-actions/branch-names from 5 to 8 in /.github/workflows Bumps [tj-actions/branch-names](https://github.com/tj-actions/branch-names) from 5 to 8. - [Release notes](https://github.com/tj-actions/branch-names/releases) - [Changelog](https://github.com/tj-actions/branch-names/blob/main/HISTORY.md) - [Commits](tj-actions/branch-names@v5...v8) --- updated-dependencies: - dependency-name: tj-actions/branch-names dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Update CHANGELOG.md * Update _version.py --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: ilan-tz <[email protected]>
1 parent 043e4ce commit 282e7df

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* `retworkx` package was renamed to `rustworkx`, and its version upgraded, to reflect the package's name change and resolve error when running `flamingpy.about`. [#124](https://github.com/XanaduAI/flamingpy/pull/124)
88
* An instance of a depracated `fig.gca` with a keyword argument was fixed. [#124](https://github.com/XanaduAI/flamingpy/pull/124)
99
* Remove the tight layout setting from `draw_EGraph_matplotlib`, which was causing a warning. [#125](https://github.com/XanaduAI/flamingpy/pull/125)
10+
* Bump tj-actions/branch-names from 5 to 8 to fix vulnerability. [#126](https://github.com/XanaduAI/flamingpy/pull/126)
1011

1112
### Improvements
1213

.github/workflows/upload_win_x64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- name: Get git branch name
2323
id: branch-name
24-
uses: tj-actions/branch-names@v5
24+
uses: tj-actions/branch-names@v8
2525

2626
- uses: actions/checkout@v2
2727

flamingpy/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
"""Version number (major.minor.patch[label])"""
1515

1616

17-
__version__ = "0.10.1b1.dev2"
17+
__version__ = "0.10.1b1.dev3"

0 commit comments

Comments
 (0)