Skip to content

Commit 14e132e

Browse files
committed
Fix: Zizmor warning in actions.yml
1 parent 1aa8211 commit 14e132e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
name: Check the code format
8383
runs-on: ubuntu-latest
8484
steps:
85-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
85+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
8686
with:
8787
persist-credentials: false
8888
- name: Set up Python 3.11

0 commit comments

Comments
 (0)