Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-python-5'
  • Loading branch information
bbannier committed Jun 21, 2024
2 parents 56339b7 + 8ccb239 commit 3a43e64
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 @@ -10,5 +10,5 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
- uses: pre-commit/action@v3.0.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-15 | 2024-06-21 19:44:29 +0200

* Bump actions/setup-python from 4 to 5 (dependabot[bot])

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])
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.9-13
1.2.9-15
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-13"
__version__ = "1.2.9-15"
__all__ = ["cli", "error", "formatter", "node", "output", "script"]

from .cli import *
Expand Down

0 comments on commit 3a43e64

Please sign in to comment.