Skip to content

Commit 811f799

Browse files
chore(deps): update github actions
1 parent a2303b8 commit 811f799

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/Code Coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414
python-version: '3.11'
1515
- run: pip install -e .[dev]
1616
- run: pytest --cov=src --cov-report=xml
17-
- uses: codecov/codecov-action@v4
17+
- uses: codecov/codecov-action@v5

.github/workflows/GitHub Workflow Lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
with:
1010
fetch-depth: 0 # ✅ Fix for Super Linter SHA access
1111
- name: Super Linter
12-
uses: github/super-linter@v6
12+
uses: github/super-linter@v7
1313
env:
1414
VALIDATE_ALL_CODEBASE: false
1515
VALIDATE_YAML: true

.github/workflows/ci-experiments/ci-failure-notifications-split.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- name: Notify Slack
1818
if: env.SLACK_WEBHOOK_URL != ''
19-
uses: slackapi/slack-github-action@v1.24.0
19+
uses: slackapi/slack-github-action@v2.1.1
2020
with:
2121
payload: |
2222
{

0 commit comments

Comments
 (0)