Skip to content

Commit 2c8f68c

Browse files
committed
👷 chore: upgrade actions version
1 parent 7653096 commit 2c8f68c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint_python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ jobs:
44
lint_python:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v3
8-
- uses: actions/setup-python@v4
7+
- uses: actions/checkout@v6
8+
- uses: actions/setup-python@v6
99
with:
1010
python-version: 3.14.x
1111
- run: pip install --upgrade pip wheel

0 commit comments

Comments
 (0)