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 Jan 22, 2025
1 parent 936572f commit 04b5007
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- id: matrix
uses: splunk/addonfactory-test-matrix-action@v2
uses: splunk/addonfactory-test-matrix-action@v3

fossa-scan:
continue-on-error: true
Expand Down 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 @@ -157,7 +157,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
1 change: 1 addition & 0 deletions poetry.lock

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

0 comments on commit 04b5007

Please sign in to comment.