diff options
Diffstat (limited to '.github/workflows/gen-annotations.yml')
| -rw-r--r-- | .github/workflows/gen-annotations.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/gen-annotations.yml b/.github/workflows/gen-annotations.yml index 6a6b3365..e585f6a8 100644 --- a/.github/workflows/gen-annotations.yml +++ b/.github/workflows/gen-annotations.yml @@ -18,7 +18,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: rhysd/action-setup-vim@v1 with: neovim: true |
