Skip to content

Commit 275bd29

Browse files
committed
Merge branch 'master' of https://github.com/MagicMC-Dev/MagicBot
2 parents ec83caa + 3bda08e commit 275bd29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
python-version: ${{ matrix.python-version }}
3434

3535
- name: Upload coverage reports to Codecov
36-
uses: codecov/codecov-action@v3
36+
uses: codecov/codecov-action@v4
3737
env:
3838
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
3939

.github/workflows/pyright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
- run: echo "$(pdm venv --path in-project)/bin" >> $GITHUB_PATH
2323

2424
- name: Run Pyright
25-
uses: jakebailey/pyright-action@v1
25+
uses: jakebailey/pyright-action@v2

0 commit comments

Comments
 (0)