diff options
Diffstat (limited to '.github/workflows/code_style.yml')
| -rw-r--r-- | .github/workflows/code_style.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/code_style.yml b/.github/workflows/code_style.yml index bd09e5e8..4d5db306 100644 --- a/.github/workflows/code_style.yml +++ b/.github/workflows/code_style.yml @@ -8,7 +8,7 @@ jobs: if: "!contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.head_commit.message, '[skip ci]')" steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 |
