Skip to content

Commit 97af336

Browse files
[skip-release] Update actions/checkout action to v7
1 parent 36de7c7 commit 97af336

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
lint-test:
1717
runs-on: ubuntu-24.04
1818
steps:
19-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
19+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
2020

2121
- name: lint
2222
run: make lint

0 commit comments

Comments
 (0)