Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dependabot/github_actions/pre-co…
Browse files Browse the repository at this point in the history
…mmit/action-3.0.1'
  • Loading branch information
bbannier committed Jun 21, 2024
2 parents a31b495 + d2322fe commit 56339b7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: pre-commit/[email protected].0
- uses: pre-commit/[email protected].1
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.2.9-13 | 2024-06-21 19:43:19 +0200

* Bump pre-commit/action from 3.0.0 to 3.0.1 (dependabot[bot])

1.2.9-11 | 2024-06-21 19:43:01 +0200

* Bump actions/upload-artifact from 3 to 4 (dependabot[bot])
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.9-11
1.2.9-13
2 changes: 1 addition & 1 deletion zeekscript/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Wrapper around more low-level tests."""
__version__ = "1.2.9-11"
__version__ = "1.2.9-13"
__all__ = ["cli", "error", "formatter", "node", "output", "script"]

from .cli import *
Expand Down

0 comments on commit 56339b7

Please sign in to comment.