We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2303b8 commit 811f799Copy full SHA for 811f799
.github/workflows/Code Coverage.yml
@@ -14,4 +14,4 @@ jobs:
14
python-version: '3.11'
15
- run: pip install -e .[dev]
16
- run: pytest --cov=src --cov-report=xml
17
- - uses: codecov/codecov-action@v4
+ - uses: codecov/codecov-action@v5
.github/workflows/GitHub Workflow Lint.yml
@@ -9,7 +9,7 @@ jobs:
9
with:
10
fetch-depth: 0 # ✅ Fix for Super Linter SHA access
11
- name: Super Linter
12
- uses: github/super-linter@v6
+ uses: github/super-linter@v7
13
env:
VALIDATE_ALL_CODEBASE: false
VALIDATE_YAML: true
.github/workflows/ci-experiments/ci-failure-notifications-split.yml
@@ -16,7 +16,7 @@ jobs:
steps:
- name: Notify Slack
18
if: env.SLACK_WEBHOOK_URL != ''
19
- uses: slackapi/slack-github-action@v1.24.0
+ uses: slackapi/slack-github-action@v2.1.1
20
21
payload: |
22
{
0 commit comments