Skip to content

Commit

Permalink
Bump the actions group with 1 update (#4)
Browse files Browse the repository at this point in the history
* Bump the actions group with 1 update

Bumps the actions group with 1 update: [apache/skywalking-eyes](https://github.com/apache/skywalking-eyes).


Updates `apache/skywalking-eyes` from ed436a5593c63a25f394ea29da61b0ac3731a9fe to 97538682f556b56cc7422ece660d8d7e6c4fb013
- [Release notes](https://github.com/apache/skywalking-eyes/releases)
- [Changelog](https://github.com/apache/skywalking-eyes/blob/main/CHANGES.md)
- [Commits](apache/skywalking-eyes@ed436a5...9753868)

---
updated-dependencies:
- dependency-name: apache/skywalking-eyes
  dependency-type: direct:production
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <[email protected]>

* Automatic application of license header

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and github-actions[bot] authored Apr 10, 2024
1 parent dab4290 commit 0d839d4
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/license-header.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Fix License Header
# pin to include https://github.com/apache/skywalking-eyes/pull/168
uses: apache/skywalking-eyes/header@ed436a5593c63a25f394ea29da61b0ac3731a9fe
uses: apache/skywalking-eyes/header@97538682f556b56cc7422ece660d8d7e6c4fb013
with:
mode: fix

Expand Down
3 changes: 3 additions & 0 deletions jupyter_builder/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.

from ._version import __version__ # noqa F401
3 changes: 3 additions & 0 deletions jupyter_builder/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.

__version__ = "0.0.1"
4 changes: 4 additions & 0 deletions tests/test_tpl.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.


def test_tpl():
assert True

0 comments on commit 0d839d4

Please sign in to comment.