Skip to content

Commit f53e8a2

Browse files
chore(deps): update actions/checkout action to v6 (#957)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Hammy <58985301+sgoudham@users.noreply.github.com>
1 parent 60cf331 commit f53e8a2

6 files changed

Lines changed: 18 additions & 13 deletions

File tree

.github/workflows/formatting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: StyLua
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616
- uses: JohnnyMorganz/stylua-action@v4
1717
with:
1818
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/neovim.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- uses: actions/checkout@v5
17+
- uses: actions/checkout@v6
1818
- name: Install Neovim
1919
uses: MunifTanjim/setup-neovim-action@v1
2020
- name: Run neovim
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: macos-latest
2727

2828
steps:
29-
- uses: actions/checkout@v5
29+
- uses: actions/checkout@v6
3030
- name: Install Neovim
3131
run: |
3232
wget -q https://github.com/neovim/neovim/releases/download/nightly/nvim-macos-x86_64.tar.gz
@@ -41,7 +41,7 @@ jobs:
4141
name: Windows
4242
runs-on: windows-latest
4343
steps:
44-
- uses: actions/checkout@v5
44+
- uses: actions/checkout@v6
4545
- name: Install Neovim
4646
run: |
4747
C:\msys64\usr\bin\wget.exe -q https://github.com/neovim/neovim/releases/download/nightly/nvim-win64.zip

.github/workflows/patch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
contents: write
1313

1414
steps:
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616
with:
1717
ref: ${{ github.head_ref }}
1818
- name: panvimdoc
@@ -35,7 +35,7 @@ jobs:
3535
contents: write
3636

3737
steps:
38-
- uses: actions/checkout@v5
38+
- uses: actions/checkout@v6
3939
with:
4040
ref: ${{ github.head_ref }}
4141
- name: Install Neovim

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
release-type: simple
1717
package-name: catppuccin
18-
- uses: actions/checkout@v5
18+
- uses: actions/checkout@v6
1919
- name: tag stable versions
2020
if: ${{ steps.release.outputs.release_created }}
2121
run: |

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
runs-on: ubuntu-latest
1818

1919
steps:
20-
- uses: actions/checkout@v5
20+
- uses: actions/checkout@v6
2121
with:
2222
path: nvim
23-
- uses: actions/checkout@v5
23+
- uses: actions/checkout@v6
2424
with:
2525
ref: user-configs
2626
path: user-configs

doc/catppuccin.txt

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ with Neovim 0.12’s `vim.pack`
5252

5353
VIM SUPPORT ~
5454

55-
Support for vim is provided through the `vim` branch.
55+
Support for Vim is provided through the `vim` branch.
5656

5757
vim-plug <https://github.com/junegunn/vim-plug>
5858

@@ -61,10 +61,15 @@ vim-plug <https://github.com/junegunn/vim-plug>
6161
<
6262

6363

64-
![NOTE] Keep in mind that vim support has been dropped (#949
64+
[!NOTE] Keep in mind that Vim support has been dropped (#949
6565
<https://github.com/catppuccin/nvim/pull/949>) and this branch won’t receive
66-
further updates unless necessary. For full vim support see catppuccin/vim
67-
<https://github.com/catppuccin/vim>
66+
further updates unless necessary. For full Vim support, see catppuccin/vim
67+
<https://github.com/catppuccin/vim>. Starting from Vim v9.2.0219 and Neovim
68+
0.12, `catppuccin` is shipped with the editors. Note that it is not maintained
69+
by the Catppuccin organization and follows Vim colorscheme rules
70+
<https://github.com/vim/colorschemes?tab=readme-ov-file#providing-better-tooling-and-documentation-to-authors>
71+
instead of the official Catppuccin style guide
72+
<https://github.com/catppuccin/catppuccin/blob/main/docs/style-guide.md>.
6873

6974
USAGE *catppuccin-usage*
7075

0 commit comments

Comments
 (0)