Skip to content

Commit 41646c2

Browse files
committed
Update GitHub Actions
1 parent 09d69d2 commit 41646c2

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ name: Test
55

66
on: [push, pull_request, workflow_dispatch]
77

8-
permissions:
9-
contents: read
8+
permissions: {}
109

1110
env:
1211
FORCE_COLOR: 1
@@ -20,7 +19,7 @@ jobs:
2019
python-version: ["3.10", "3.11", "3.12", "3.13"]
2120

2221
steps:
23-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v5
2423
with:
2524
persist-credentials: false
2625

0 commit comments

Comments
 (0)