Skip to content
This repository was archived by the owner on May 11, 2025. It is now read-only.

Commit f162796

Browse files
Update actions/checkout action to v4
1 parent e1a24e6 commit f162796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
python-code-format:
88
runs-on: ubuntu-24.04
99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v4
1111
- uses: actions/setup-python@v4
1212
with:
1313
python-version: "3.10"

0 commit comments

Comments
 (0)