Skip to content

Commit e2e43c7

Browse files
chore(deps): update actions/checkout action to v6
1 parent d469a7b commit e2e43c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pylint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- name: Install git
1212
run: apt update && apt install git python3 python3-pip -y
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v6
1414
- name: Install dependencies
1515
run: |
1616
pip install -r requirements.txt

0 commit comments

Comments
 (0)