Skip to content

Commit ade2bfa

Browse files
committed
chore: Set only major actions version
1 parent f343bf8 commit ade2bfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
lint:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4.1.1
13-
- uses: actions/setup-python@v5.0.0
12+
- uses: actions/checkout@v4
13+
- uses: actions/setup-python@v5
1414
with:
1515
python-version: '3.13'
1616
- run: pip install uv

0 commit comments

Comments
 (0)