Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 28, 2024
1 parent 1016f87 commit 470307d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- uses: apache/[email protected]

pre-commit:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand All @@ -66,7 +66,7 @@ jobs:

run-unit-tests:
name: test-unit ${{ matrix.python-version }}
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
continue-on-error: true
strategy:
matrix:
Expand All @@ -89,7 +89,7 @@ jobs:
poetry run pytest tests/unit
test-splunk:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
continue-on-error: true
needs:
- meta
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
- semgrep
- run-unit-tests
- test-splunk
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
Expand Down
3 changes: 2 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 470307d

Please sign in to comment.