Skip to content

Commit ce694ef

Browse files
authored
fix(ci): update auto commit (zenbones-theme#184)
1 parent 8e63b5e commit ce694ef

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

.github/workflows/ci.yml

+10-8
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
lint:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@v4
1212
- uses: NTBBloodbath/[email protected]
1313
with:
1414
token: ${{ secrets.GITHUB_TOKEN }}
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
if: ${{ github.ref == 'refs/heads/main' }}
2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v4
2222
- name: panvimdoc
2323
uses: kdheepak/panvimdoc@main
2424
with:
@@ -37,9 +37,11 @@ jobs:
3737

3838
build:
3939
runs-on: ubuntu-latest
40+
permissions:
41+
contents: write
4042
if: ${{ github.ref == 'refs/heads/main' }}
4143
steps:
42-
- uses: actions/checkout@v3
44+
- uses: actions/checkout@v4
4345

4446
- name: Clone lush
4547
run: |
@@ -68,22 +70,22 @@ jobs:
6870
runs-on: ubuntu-latest
6971
if: ${{ github.ref == 'refs/heads/main' }}
7072
steps:
71-
- uses: actions/checkout@v3
73+
- uses: actions/checkout@v4
7274

7375
- uses: JohnnyMorganz/stylua-action@v2
7476
with:
7577
version: latest
7678
token: ${{ secrets.GITHUB_TOKEN }}
7779
args: --config-path=.stylua.toml lua/
7880

79-
- uses: actions/setup-node@v3
81+
- uses: actions/setup-node@v4
8082
- name: Apply prettier
8183
run: |
8284
npm install -g prettier
8385
prettier --write **/*.md
8486
8587
- name: Push changes
86-
uses: stefanzweifel/git-auto-commit-action@v4
88+
uses: stefanzweifel/git-auto-commit-action@v5
8789
with:
8890
commit_message: "chore(build): format"
8991
commit_user_name: "github-actions[bot]"
@@ -99,12 +101,12 @@ jobs:
99101
- format
100102
runs-on: ubuntu-latest
101103
steps:
102-
- uses: google-github-actions/release-please-action@v3
104+
- uses: google-github-actions/release-please-action@v4
103105
id: release
104106
with:
105107
release-type: simple
106108
package-name: zenbones.nvim
107-
- uses: actions/checkout@v3
109+
- uses: actions/checkout@v4
108110
- name: tag stable versions
109111
if: ${{ steps.release.outputs.release_created }}
110112
run: |

.github/workflows/sync_remote.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push, delete]
55
jobs:
66
push:
77
runs-on: ubuntu-latest
8-
if: github.repository == 'mcchrish/zenbones.nvim'
8+
if: github.repository == 'zenbones-theme/zenbones.nvim'
99
steps:
1010
- uses: actions/checkout@v4
1111
with:

doc/showcase.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Showcase
22

33
See also the
4-
[vimcolorschemes page](https://vimcolorschemes.com/mcchrish/zenbones.nvim).
4+
[vimcolorschemes page](https://vimcolorschemes.com/zenbones-theme/zenbones.nvim).
55

66
## Neobones
77

0 commit comments

Comments
 (0)