Skip to content

Commit c812c25

Browse files
authored
Upgrade actions/checkout from v4 to v6
Updated checkout action version from v4 to v6.
1 parent 081c170 commit c812c25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint_win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
# install dependencies for all linters, then run the linter, so we don't get import failures when the linters scan the code
1919
# upgrade pip, so that we can install flake8_sarif_formatter properly from the git repo
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v6
2121
- name: Install pip dependencies
2222
run: |
2323
python3 -mpip install -q --upgrade pip

0 commit comments

Comments
 (0)